Skip to content

Commit

Permalink
all: update ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisain committed Apr 5, 2022
1 parent c163184 commit 3918b94
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## If you update this file, copy the changes to .pubignore

.DS_Store
.dart_tool/

Expand Down
41 changes: 41 additions & 0 deletions .pubignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
# Pub specific, stuff that is in gitignore but doesn't work for some reason
google-services.json
key.properties
local.properties

## Gitignore. If you update gitignore, update this

.DS_Store
.dart_tool/

.packages
.pub/

build/
/.gradle

# API Documentations
/api_docs/flutter-api-reference
/api_docs/flutter-android-api-reference
/api_docs/flutter-ios-api-reference

# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/

# IntelliJ related
*.iml
*.ipr
*.iws
.idea/

# Sample stuff
/example/android/app/google-services.json
/example/android/key.properties
/example/android/GeneratedPluginRegistrant.java
/example/android/local.properties

0 comments on commit 3918b94

Please sign in to comment.