update .gitignore
This commit is contained in:
parent
fae1ef336c
commit
fbb34617cc
1 changed files with 10 additions and 7 deletions
17
.gitignore
vendored
17
.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
|
||||||
|
@ -79,4 +82,4 @@ Icon
|
||||||
.AppleDesktop
|
.AppleDesktop
|
||||||
Network Trash Folder
|
Network Trash Folder
|
||||||
Temporary Items
|
Temporary Items
|
||||||
.apdisk
|
.apdisk
|
Loading…
Add table
Reference in a new issue