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/