1
0
Fork 0
mirror of https://github.com/veggiemonk/awesome-docker.git synced 2025-04-19 07:28:05 +02:00
This commit is contained in:
Julien Bisconti 2018-03-17 16:27:41 +01:00
parent d590e2429f
commit b1e3a95ba3
13 changed files with 154 additions and 78 deletions

32
.gitignore vendored
View file

@ -1,32 +1,10 @@
### Node template
# Logs
logs
*.log
npm-debug.log*
.idea
# Runtime data
pids
*.pid
*.seed
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directory
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
build
node_modules
.cache
dist
package-lock.json
index.html
# Created by .ignore support plugin (hsz.mobi)