Jisho-Study-Tool/.gitignore

56 lines
863 B
Plaintext
Raw Normal View History

2020-06-28 00:39:45 +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/
# Flutter/Dart/Pub related
**/doc/api/
2022-05-04 23:02:12 +02:00
**/ios/Flutter/.last_build_id
2020-06-28 00:39:45 +02:00
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
/build/
# Web related
lib/generated_plugin_registrant.dart
2022-05-04 23:02:12 +02:00
# 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
2022-05-07 00:01:31 +02:00
2022-06-04 15:51:04 +02:00
# -----------------------------
# Nix build result
2022-05-07 00:01:31 +02:00
result
2022-06-04 15:51:04 +02:00
# The dev directory I'm using when moving files via adb
android-data