1
0
mirror of https://github.com/go-vikunja/app synced 2024-06-05 12:09:52 +00:00
app-mirror-github/.gitignore

48 lines
774 B
Plaintext
Raw Normal View History

2018-09-22 20:56:16 +00:00
# Miscellaneous
2018-09-14 16:59:13 +00:00
*.class
*.log
2018-09-22 20:56:16 +00:00
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
2018-09-14 16:59:13 +00:00
2018-09-22 20:56:16 +00:00
# IntelliJ related
2018-09-14 16:59:13 +00:00
*.iml
*.ipr
*.iws
2018-09-22 20:56:16 +00:00
.idea/
2018-09-14 16:59:13 +00:00
2021-03-15 07:31:38 +00:00
# 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/
2018-09-14 16:59:13 +00:00
2018-09-22 20:56:16 +00:00
# Flutter/Dart/Pub related
**/doc/api/
2021-03-15 07:31:38 +00:00
**/ios/Flutter/.last_build_id
2018-09-14 16:59:13 +00:00
.dart_tool/
.flutter-plugins
2021-03-15 07:31:38 +00:00
.flutter-plugins-dependencies
2018-09-22 20:56:16 +00:00
.packages
.pub-cache/
.pub/
2021-03-15 07:31:38 +00:00
/build/
2021-08-23 07:24:30 +00:00
ios/Flutter/flutter_export_environment.sh
2021-03-15 07:31:38 +00:00
# Web related
lib/generated_plugin_registrant.dart
2018-09-14 16:59:13 +00:00
2021-03-15 07:31:38 +00:00
# Symbolication related
app.*.symbols
2018-09-22 20:56:16 +00:00
2021-03-15 07:31:38 +00:00
# Obfuscation related
app.*.map.json
2018-09-22 20:56:16 +00:00
2021-03-15 07:31:38 +00:00
# Android Studio will place build artifacts here
/android/app/debug
/android/app/profile
/android/app/release