nightr/client/Nightr/.gitignore

36 lines
394 B
Plaintext
Raw Normal View History

2019-04-06 01:21:07 +02:00
# NativeScript
hooks/
node_modules/
platforms/
2019-04-06 01:22:15 +02:00
App_Resources/iOS/
2019-04-06 00:28:56 +02:00
2019-04-06 01:21:07 +02:00
# NativeScript Template
*.js.map
*.js
!webpack.config.js
2019-04-06 00:28:56 +02:00
2019-04-06 01:21:07 +02:00
# Logs
logs
2019-04-06 00:28:56 +02:00
*.log
2019-04-06 01:21:07 +02:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2019-04-06 00:28:56 +02:00
2019-04-06 01:21:07 +02:00
# General
2019-04-06 00:28:56 +02:00
.DS_Store
2019-04-06 01:21:07 +02:00
.AppleDouble
.LSOverride
.idea
.cloud
2019-04-06 00:28:56 +02:00
.project
2019-04-06 01:21:07 +02:00
tmp/
typings/
2019-04-06 00:28:56 +02:00
2019-04-06 01:21:07 +02:00
# Visual Studio Code
2019-04-06 00:28:56 +02:00
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json