cpd_2023_hello/.gitignore

61 lines
997 B
Plaintext
Raw Permalink Normal View History

2023-03-31 13:00:25 +02:00
# ---> Dart
2023-03-31 13:13:45 +02:00
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
2023-03-31 13:00:25 +02:00
# Files and directories created by pub
.dart_tool/
.packages
build/
2023-03-31 13:13:45 +02:00
.pub-cache/
.pub/
**/doc/api/
**/ios/Flutter/.last_build_id
2023-03-31 13:00:25 +02:00
# Directory created by dartdoc
# If you don't generate documentation locally you can remove this line.
doc/api/
# dotenv environment variables file
.env*
# Avoid committing generated Javascript files:
*.dart.js
*.info.json # Produced by the --dump-info flag.
*.js # When generated by dart2js. Don't specify *.js if your
# project includes source files written in JavaScript.
*.js_
*.js.deps
*.js.map
.flutter-plugins
.flutter-plugins-dependencies
2023-03-31 13:13:45 +02:00
# Web related
lib/generated_plugin_registrant.dart
# Symbolication related
app.*.symbols
# Obfuscation related
app.*.map.json
# Android Studio will place build artifacts here
/android/app/debug
/android/app/profile
/android/app/release