initial
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
# Hidden Dart tool files
|
||||
**/.dart_tool/
|
||||
|
||||
# Exclude pubspec.lock (optional – see explanation below)
|
||||
**/pubspec.lock
|
||||
|
||||
# Build artifacts
|
||||
**/build/
|
||||
**/dart_tool/
|
||||
|
||||
# IDE/editor-related files (optional)
|
||||
*.iml
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
.DS_Store
|
||||
|
||||
# Other temporary files
|
||||
*.log
|
||||
|
||||
# Volumes folder
|
||||
volumes/
|
||||
Reference in New Issue
Block a user