mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 06:44:13 +00:00
29 lines
370 B
Text
29 lines
370 B
Text
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
.eslintcache
|
|
|
|
# Dependency directory
|
|
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
|
|
node_modules
|
|
|
|
# OSX
|
|
.DS_Store
|
|
|
|
release/app/dist
|
|
release/build
|
|
.erb/dll
|
|
|
|
.idea
|
|
npm-debug.log.*
|
|
*.css.d.ts
|
|
*.sass.d.ts
|
|
*.scss.d.ts
|