diff --git a/.gitignore b/.gitignore index 5d947ca..4b82d9c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,35 @@ -# Build and Release Folders -bin-debug/ -bin-release/ -[Oo]bj/ -[Bb]in/ +# NativeScript +hooks/ +node_modules/ +platforms/ -# Other files and folders -.settings/ +# NativeScript Template +*.js.map +*.css -# Executables -*.swf -*.air -*.ipa -*.apk +# keystore +*keystore -# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` -# should NOT be excluded as they contain compiler settings and other important -# information for Eclipse / Flash Builder. +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# General +.DS_Store +.AppleDouble +.LSOverride +.idea +.cloud +.project +tmp/ +typings/ + +# Visual Studio Code +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json