From 0d237bbe4aa69a504195968e43af6cf4b31bff27 Mon Sep 17 00:00:00 2001 From: Kang Cahya Date: Tue, 19 Jan 2021 20:34:03 +0700 Subject: [PATCH] Update .gitignore --- .gitignore | 47 ++++++++++++++++++++++++++++++++--------------- 1 file changed, 32 insertions(+), 15 deletions(-) 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