Public Access
expand .gitignore
This commit is contained in:
+6
-1
@@ -1,5 +1,8 @@
|
||||
.env
|
||||
|
||||
# stores some api responses for reference on my machine
|
||||
data/
|
||||
|
||||
# Miscellaneous
|
||||
*.class
|
||||
*.log
|
||||
@@ -34,6 +37,8 @@ migrate_working_dir/
|
||||
.pub/
|
||||
/build/
|
||||
/coverage/
|
||||
#why share this
|
||||
flutter_log.txt
|
||||
|
||||
# Symbolication related
|
||||
app.*.symbols
|
||||
@@ -44,4 +49,4 @@ app.*.map.json
|
||||
# Android Studio will place build artifacts here
|
||||
/android/app/debug
|
||||
/android/app/profile
|
||||
/android/app/release
|
||||
/android/app/release
|
||||
Reference in New Issue
Block a user