diff --git a/.gitignore b/.gitignore index 1ee1dd1e..f23e5517 100644 --- a/.gitignore +++ b/.gitignore @@ -27,8 +27,8 @@ seed-data/cert-bund/**/*.json seed-data/cert-bund/**/*.sha256 out/offline-kit/web/**/* -src/Web/StellaOps.Web/node_modules/**/* -src/Web/StellaOps.Web/.angular/**/* **/node_modules/**/* -node_modules +**/.angular/**/* +**/.cache/**/* +**/dist/**/* tmp/**/*