Skip to content

Commit 3918b94

Browse files
committed
all: update ignore file
1 parent c163184 commit 3918b94

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## If you update this file, copy the changes to .pubignore
2+
13
.DS_Store
24
.dart_tool/
35

.pubignore

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
# Pub specific, stuff that is in gitignore but doesn't work for some reason
12
google-services.json
23
key.properties
34
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+

0 commit comments

Comments
 (0)