From e0931ea0ca9888d9060e2ee9ffa557bae19f28dc Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Wed, 13 Nov 2019 11:57:33 -0800 Subject: [PATCH] Update .gitignore --- .gitignore | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 9cadbfe..cbf4b97 100644 --- a/.gitignore +++ b/.gitignore @@ -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 - \ No newline at end of file +!debug.keystore + +# Visual Studio Code (Java plugin) +# +.classpath +.project +.settings/