redux-dynamic-modules/.gitignore

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

2018-09-01 06:22:27 +03:00
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2019-06-20 04:44:25 +03:00
.DS_Store
2018-09-01 06:22:27 +03:00
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# nyc test coverage
.nyc_output
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules/
jspm_packages/
# TypeScript v1 declaration files
typings/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
# next.js build output
.next
# output folders
dist/
2018-12-29 19:35:54 +03:00
lib/
# webstorm project configuration data
.idea