From f3da9cd2483ab14b182b1b2b2125899028f137c1 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 27 Nov 2024 14:08:31 +0100 Subject: [PATCH 1/2] chore: Add Thomas's weird files to .gitignore --- .gitignore | 12 ++++++++++++ frontend/.gitignore | 3 +++ 2 files changed, 15 insertions(+) diff --git a/.gitignore b/.gitignore index ce487b45bc77..f16f781cf581 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,18 @@ 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 + + # We use yarn.lock package-lock.json diff --git a/frontend/.gitignore b/frontend/.gitignore index 63970bfbbccd..642acc86605c 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -62,3 +62,6 @@ cypress/screenshots/* !.yarn/releases !.yarn/sdks !.yarn/versions + +# Vite +.vite From 6d82b141c297e6f6949754524b121ba5c1c3235d Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 27 Nov 2024 14:08:31 +0100 Subject: [PATCH 2/2] chore: add custom hooks to gitignore because ... eh --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f16f781cf581..aa954f79a4cb 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,9 @@ shell.nix # Pijul + ignore .ignore .pijul +# Custom hooks in husky directory +.husky/pre-push +.husky/prepare-commit-msg # We use yarn.lock