Created
September 14, 2018 04:02
-
-
Save juliosguz/b630aca629b859c81a99aab04b469bce to your computer and use it in GitHub Desktop.
Ignore this files/directories for a NativeScript project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# NativeScript | |
hooks/ | |
node_modules/ | |
platforms/ | |
# NativeScript Template | |
*.js.map | |
*.js | |
!webpack.config.js | |
*.css | |
# 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 | |
app/App_Resources/iOS/GoogleService-Info.plist | |
app/App_Resources/Android/google-services.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment