diff --git a/.dockerignore b/.dockerignore index f59b60a..05e8db2 100644 --- a/.dockerignore +++ b/.dockerignore @@ -9,6 +9,7 @@ README.md .env.* !.env.example scratch_*.py +*.local.* node_modules/ .git/ diff --git a/.gitignore b/.gitignore index 66bdacc..d53fd8a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ bot_database.sqlite3 .env.* !.env.example scratch_*.py +*.local.* node_modules/ .git/