blackbelt-aks-hackfest/.gitignore

69 строки
988 B
Plaintext
Исходник Постоянная ссылка Обычный вид История

2018-01-11 00:38:20 +03:00
.DS_Store
2018-02-24 18:19:54 +03:00
**/.DS_Store
2018-02-23 02:45:24 +03:00
.vscode
2018-02-24 18:19:54 +03:00
**/.vscode
2018-01-11 00:32:25 +03:00
# Logs
logs
2017-12-12 21:32:49 +03:00
*.log
2018-01-11 00:32:25 +03:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2017-12-12 21:32:49 +03:00
2018-01-11 00:32:25 +03:00
# Runtime data
pids
*.pid
*.seed
*.pid.lock
2017-12-12 21:32:49 +03:00
2018-01-11 00:32:25 +03:00
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
2017-12-12 21:32:49 +03:00
2018-01-11 00:32:25 +03:00
# Coverage directory used by tools like istanbul
coverage
2017-12-12 21:32:49 +03:00
2018-01-11 00:32:25 +03:00
# nyc test coverage
.nyc_output
2017-12-12 21:32:49 +03:00
2018-01-11 00:32:25 +03:00
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
2017-12-12 21:32:49 +03:00
2018-01-11 00:32:25 +03:00
# Bower dependency directory (https://bower.io/)
bower_components
2017-12-12 21:32:49 +03:00
2018-01-11 00:32:25 +03:00
# node-waf configuration
.lock-wscript
2017-12-12 21:32:49 +03:00
2018-01-11 00:32:25 +03:00
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
2017-12-12 21:32:49 +03:00
2018-01-11 00:32:25 +03:00
# Dependency directories
2017-12-12 21:32:49 +03:00
node_modules/
2018-01-11 00:32:25 +03:00
jspm_packages/
2017-12-12 21:32:49 +03:00
# Typescript v1 declaration files
typings/
2018-01-11 00:32:25 +03:00
# Optional npm cache directory
.npm
2017-12-12 21:32:49 +03:00
2018-01-11 00:32:25 +03:00
# Optional eslint cache
.eslintcache
2017-12-12 21:32:49 +03:00
2018-01-11 00:32:25 +03:00
# Optional REPL history
.node_repl_history
2017-12-12 21:32:49 +03:00
2018-01-11 00:32:25 +03:00
# Output of 'npm pack'
*.tgz
2017-12-12 21:32:49 +03:00
2018-01-11 00:32:25 +03:00
# Yarn Integrity file
.yarn-integrity
2017-12-12 21:32:49 +03:00
2018-01-11 00:32:25 +03:00
# dotenv environment variables file
.env
2017-12-12 21:32:49 +03:00
2018-01-11 00:32:25 +03:00
# next.js build output
2018-01-11 00:38:20 +03:00
.next
# .azcli scratch files
*.azcli