astronote/.gitignore

44 lines
692 B
Plaintext
Raw Normal View History

2020-07-12 23:56:06 +02:00
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/
2020-07-10 22:28:06 +02:00
# Flutter/Dart/Pub related
**/doc/api/
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
2020-07-12 23:56:06 +02:00
/build/
# Web related
lib/generated_plugin_registrant.dart
2020-07-10 22:28:06 +02:00
2020-07-12 23:56:06 +02:00
# Symbolication related
app.*.symbols
2020-07-10 22:28:06 +02:00
2020-07-12 23:56:06 +02:00
# Obfuscation related
app.*.map.json
2020-07-10 22:28:06 +02:00
# Exceptions to above rules.
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages