File tree Expand file tree Collapse file tree 2 files changed +43
-0
lines changed Expand file tree Collapse file tree 2 files changed +43
-0
lines changed Original file line number Diff line number Diff line change
1
+ # # If you update this file, copy the changes to .pubignore
2
+
1
3
.DS_Store
2
4
.dart_tool /
3
5
Original file line number Diff line number Diff line change
1
+ # Pub specific, stuff that is in gitignore but doesn't work for some reason
1
2
google-services.json
2
3
key.properties
3
4
local.properties
5
+
6
+ ## Gitignore. If you update gitignore, update this
7
+
8
+ .DS_Store
9
+ .dart_tool/
10
+
11
+ .packages
12
+ .pub/
13
+
14
+ build/
15
+ /.gradle
16
+
17
+ # API Documentations
18
+ /api_docs/flutter-api-reference
19
+ /api_docs/flutter-android-api-reference
20
+ /api_docs/flutter-ios-api-reference
21
+
22
+ # Miscellaneous
23
+ *.class
24
+ *.log
25
+ *.pyc
26
+ *.swp
27
+ .DS_Store
28
+ .atom/
29
+ .buildlog/
30
+ .history
31
+ .svn/
32
+
33
+ # IntelliJ related
34
+ *.iml
35
+ *.ipr
36
+ *.iws
37
+ .idea/
38
+
39
+ # Sample stuff
40
+ /example/android/app/google-services.json
41
+ /example/android/key.properties
42
+ /example/android/GeneratedPluginRegistrant.java
43
+ /example/android/local.properties
44
+
You can’t perform that action at this time.
0 commit comments