Skip to content

Commit 1752fae

Browse files
committed
chore: Better ignore rules
Based on https://github.com/github/gitignore/blob/main/Flutter.gitignore Signed-off-by: Pun Butrach <[email protected]>
1 parent d264a2a commit 1752fae

File tree

1 file changed

+27
-18
lines changed

1 file changed

+27
-18
lines changed

.gitignore

Lines changed: 27 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,56 @@
11
# Miscellaneous
22
*.class
3+
*.lock
34
*.log
45
*.pyc
56
*.swp
6-
.DS_Store
7-
.atom/
87
.buildlog/
98
.history
10-
.svn/
11-
migrate_working_dir/
9+
10+
# packages file containing multi-root paths
11+
.packages.generated
1212

1313
# IntelliJ related
1414
*.iml
1515
*.ipr
1616
*.iws
1717
.idea/
1818

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-
2419
# Flutter/Dart/Pub related
2520
**/doc/api/
26-
**/ios/Flutter/.last_build_id
2721
.dart_tool/
2822
.flutter-plugins
2923
.flutter-plugins-dependencies
30-
.pub-cache/
24+
**/generated_plugin_registrant.dart
25+
.packages
26+
.pub-preload-cache/
3127
.pub/
32-
/build/
28+
build/
29+
flutter_*.png
30+
linked_*.ds
31+
unlinked.ds
32+
unlinked_spec.ds
33+
34+
# Android related
35+
**/android/**/gradle-wrapper.jar
36+
.gradle/
37+
**/android/captures/
38+
**/android/gradlew
39+
**/android/gradlew.bat
40+
**/android/local.properties
41+
**/android/**/GeneratedPluginRegistrant.java
42+
**/android/key.properties
43+
*.jks
3344

34-
# Symbolication related
45+
# Coverage
46+
coverage/
47+
48+
# Symbols
3549
app.*.symbols
3650

3751
# Obfuscation related
3852
app.*.map.json
3953

40-
# Android Studio will place build artifacts here
41-
/android/app/debug
42-
/android/app/profile
43-
/android/app/release
44-
4554
# Generated files
4655
android/app/.cxx
4756
**/*.g.dart

0 commit comments

Comments
 (0)