3b10c7e93f
The intent had always been to have the individual project gitignores be self contained. In my previous PR (https://github.com/ente-io/ente/pull/516) I'd for some reason not followed this: correcting my mistake now. .vscode is gitignored both at the top level and at the individual project levels (as it was originally).
43 lines
557 B
Text
43 lines
557 B
Text
# Miscellaneous
|
|
*.class
|
|
*.log
|
|
*.pyc
|
|
*.swp
|
|
.DS_Store
|
|
.atom/
|
|
.buildlog/
|
|
.history
|
|
.svn/
|
|
|
|
# Editors
|
|
.vscode/
|
|
|
|
# IntelliJ related
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# Flutter/Dart/Pub related
|
|
**/doc/api/
|
|
.dart_tool/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
.packages
|
|
.pub-cache/
|
|
.pub/
|
|
/build/
|
|
|
|
# Web related
|
|
lib/generated_plugin_registrant.dart
|
|
|
|
# Exceptions to above rules.
|
|
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
|
|
|
|
android/key.properties
|
|
android/app/.settings/*
|
|
android/.settings/
|
|
.env
|
|
|
|
fastlane/report.xml
|
|
TensorFlowLiteC.framework
|