23 lines
295 B
Plaintext
23 lines
295 B
Plaintext
# 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/
|