Files
unpub/.gitignore
2025-07-05 19:58:34 +02:00

23 lines
295 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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/