Added Dockerfile to gitignore

master
Keith Irwin 2017-08-19 12:08:31 -04:00
parent 780b64943b
commit b5cde4159f
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 4 additions and 1 deletions

5
.gitignore vendored
View File

@ -1,5 +1,8 @@
# npm
node_modules
node_modules/
# Docker
Dockerfile
# Secret stuff
config/env/*