Update .gitignore

This commit is contained in:
Frieder Bluemle 2019-11-13 11:57:33 -08:00
parent 903983b776
commit e0931ea0ca
No known key found for this signature in database
GPG Key ID: EEAAFC3A01B5FFC6

24
.gitignore vendored
View File

@ -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/