Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dyazincahya authored Jan 19, 2021
1 parent 3626f46 commit 0d237bb
Showing 1 changed file with 32 additions and 15 deletions.
47 changes: 32 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0d237bb

Please sign in to comment.