dockerignore: don't add git files to docker image

This commit is contained in:
Sam Dodrill 2015-01-07 21:14:04 -08:00
parent 15c50ec516
commit e26f23e0a0
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
app.lua
*.lua
logs
*_temp
nginx.conf.compiled
.git

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
logs
*_temp
nginx.conf.compiled
.git