update .gitignore
This commit is contained in:
parent
fae1ef336c
commit
fbb34617cc
1 changed files with 10 additions and 7 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
@ -45,13 +45,16 @@ app.*.map.json
|
||||||
/android/app/profile
|
/android/app/profile
|
||||||
/android/app/release
|
/android/app/release
|
||||||
|
|
||||||
android
|
# Platform
|
||||||
ios
|
android/
|
||||||
web
|
ios/
|
||||||
windows
|
web/
|
||||||
linux
|
windows/
|
||||||
macos
|
linux/
|
||||||
|
macos/
|
||||||
|
|
||||||
|
# Test
|
||||||
|
test/
|
||||||
|
|
||||||
# General
|
# General
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
Loading…
Add table
Reference in a new issue