Update .gitignore
This commit is contained in:
parent
903983b776
commit
e0931ea0ca
24
.gitignore
vendored
24
.gitignore
vendored
@ -1,15 +1,7 @@
|
||||
|
||||
# OSX
|
||||
#
|
||||
.DS_Store
|
||||
|
||||
# node.js
|
||||
#
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
|
||||
|
||||
# Xcode
|
||||
#
|
||||
build/
|
||||
@ -28,8 +20,6 @@ DerivedData
|
||||
*.hmap
|
||||
*.ipa
|
||||
*.xcuserstate
|
||||
project.xcworkspace
|
||||
|
||||
|
||||
# Android/IntelliJ
|
||||
#
|
||||
@ -39,8 +29,20 @@ build/
|
||||
local.properties
|
||||
*.iml
|
||||
|
||||
# node.js
|
||||
#
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
|
||||
# BUCK
|
||||
buck-out/
|
||||
\.buckd/
|
||||
*.keystore
|
||||
|
||||
!debug.keystore
|
||||
|
||||
# Visual Studio Code (Java plugin)
|
||||
#
|
||||
.classpath
|
||||
.project
|
||||
.settings/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user