Fix .gitignore
This commit is contained in:
parent
cfef5332c9
commit
3d91e68a58
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -16,7 +16,7 @@ env.d.ts
|
|||
|
||||
# Xcode
|
||||
#
|
||||
build/*
|
||||
ios/build/*
|
||||
*.pbxuser
|
||||
!default.pbxuser
|
||||
*.mode1v3
|
||||
|
|
@ -44,6 +44,8 @@ ios/Pods
|
|||
local.properties
|
||||
*.iml
|
||||
android/app/bin
|
||||
android/app/build
|
||||
android/build
|
||||
.settings
|
||||
.project
|
||||
.classpath
|
||||
|
|
|
|||
Loading…
Reference in a new issue