diff --git a/.dockerignore b/.dockerignore index b8a4a15..c47e3c7 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,5 @@ -app.lua +*.lua logs *_temp nginx.conf.compiled +.git diff --git a/.gitignore b/.gitignore index bad67d4..c47e3c7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ logs *_temp nginx.conf.compiled +.git