vizon-countdown-website/.dockerignore

40 lines
681 B
Plaintext
Raw Normal View History

# Logs
logs
*.log
2017-08-19 01:25:18 +00:00
# Runtime data
pids
*.pid
*.seed
2017-08-19 01:25:18 +00:00
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
2017-08-19 01:25:18 +00:00
# Coverage directory used by tools like istanbul
coverage
2017-08-19 01:25:18 +00:00
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directory
# Deployed apps should consider commenting this line out:
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
2017-08-25 23:47:30 +00:00
node_modules/**
!node_modules/.gitkeep
2017-08-19 01:25:18 +00:00
# Webpack output
/dist
2017-08-25 23:47:30 +00:00
# Intermediate build files (cache, etc.)
/build
###
Dockerfile
docker-compose.yml
.git*
*.md