diff --git a/.gitignore b/.gitignore index 51e94f41b4..6a629010d0 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,8 @@ resources/ # Netlify Functions build output package-lock.json functions/ -node_modules/ \ No newline at end of file +node_modules/ + +# Generated files when building with make container-build +.config/ +.npm/