From 2f645ed23f737f85505e0d2a5559b7e38068e75d Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 27 Nov 2024 16:53:33 +0100 Subject: [PATCH] chore: Add Thomas's weird files to .gitignore (#8872) This change updates the .gitignore files with some things that have been really bothering me since I switched to VSCode. --- .gitignore | 15 +++++++++++++++ frontend/.gitignore | 3 +++ 2 files changed, 18 insertions(+) diff --git a/.gitignore b/.gitignore index ce487b45bc77..aa954f79a4cb 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 63970bfbbccd..642acc86605c 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -62,3 +62,6 @@ cypress/screenshots/* !.yarn/releases !.yarn/sdks !.yarn/versions + +# Vite +.vite