diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..d4054af --- /dev/null +++ b/.dockerignore @@ -0,0 +1,25 @@ +.github +.husky +docs +scripts +node_modules +package-lock.json + +.DS_Store +.cache +.vscode +.idea +.snap +.env + +*.bak +*.tem +*.temp +#.swp +*.*~ +~*.* + +# IDEA +*.iml +*.ipr +*.iws \ No newline at end of file