diff --git a/.gitignore b/.gitignore index ce487b45bc..aa954f79a4 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,21 @@ jsconfig.json typings .nyc_output +# Emacs, nix, devenv, pijul +# Only Thomas uses this and he doesn't want to add it to the repo +.devenv +.devenv.flake.nix +.dir-locals.el +.envrc +shell.nix +# Pijul + ignore +.ignore +.pijul +# Custom hooks in husky directory +.husky/pre-push +.husky/prepare-commit-msg + + # We use yarn.lock package-lock.json diff --git a/frontend/.gitignore b/frontend/.gitignore index 63970bfbbc..642acc8660 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -62,3 +62,6 @@ cypress/screenshots/* !.yarn/releases !.yarn/sdks !.yarn/versions + +# Vite +.vite