diff --git a/.dockerignore b/.dockerignore index b512c09..1380c2e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,2 @@ -node_modules \ No newline at end of file +node_modules +.next \ No newline at end of file diff --git a/.gitignore b/.gitignore index e363e43..af9c341 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # dependencies +/node_modules /.idea /package-lock.json /.pnp