ente/.gitignore

45 lines
590 B
Plaintext
Raw Normal View History

2020-03-24 19:59:36 +00:00
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
2022-11-21 07:50:31 +00:00
#Visual Studio Code related
2023-04-10 04:46:53 +00:00
.vscode/launch.json
2023-04-12 05:55:49 +00:00
.vscode/settings.json
2020-03-24 19:59:36 +00:00
# Flutter/Dart/Pub related
**/doc/api/
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
/build/
2023-04-10 04:42:57 +00:00
2020-03-24 19:59:36 +00:00
# Web related
lib/generated_plugin_registrant.dart
# Exceptions to above rules.
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
2020-05-06 15:05:09 +00:00
android/key.properties
android/app/.settings/*
.env
2023-05-04 09:32:54 +00:00
2023-05-04 09:36:59 +00:00
2023-05-04 09:32:54 +00:00
fastlane/report.xml
TensorFlowLiteC.framework