File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed
Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change 1+ # Miscellaneous
2+ *.class
3+ *.log
4+ *.pyc
5+ *.swp
6+ .DS_Store
7+ .atom/
8+ .buildlog/
9+ .history
10+ .svn/
11+
12+ # IntelliJ related
13+ *.iml
14+ *.ipr
15+ *.iws
16+ .idea/
17+ */**/local.properties
18+ loca.properties
19+ # The .vscode folder contains launch configuration and tasks you configure in
20+ # VS Code which you may wish to be included in version control, so this line
21+ # is commented out by default.
22+ #.vscode/
23+
24+ */**/.metadata
25+ .metadata
26+
27+ # Flutter/Dart/Pub related
28+ **/doc/api/
29+ **/ios/Flutter/.last_build_id
30+ .dart_tool/
31+ .flutter-plugins
32+ .flutter-plugins-dependencies
33+ .packages
34+ .pub-cache/
35+ .pub/
36+ /build/
37+
38+ # Web related
39+ lib/generated_plugin_registrant.dart
40+
41+ # Symbolication related
42+ app.*.symbols
43+
44+ # Obfuscation related
45+ app.*.map.json
46+
47+ # Android Studio will place build artifacts here
48+ /android/app/debug
49+ /android/app/profile
50+ /android/app/release
You can’t perform that action at this time.
0 commit comments