Skip to content

Commit 2f645ed

Browse files
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.
1 parent 303711a commit 2f645ed

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.gitignore

+15
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,21 @@ jsconfig.json
3939
typings
4040
.nyc_output
4141

42+
# Emacs, nix, devenv, pijul
43+
# Only Thomas uses this and he doesn't want to add it to the repo
44+
.devenv
45+
.devenv.flake.nix
46+
.dir-locals.el
47+
.envrc
48+
shell.nix
49+
# Pijul + ignore
50+
.ignore
51+
.pijul
52+
# Custom hooks in husky directory
53+
.husky/pre-push
54+
.husky/prepare-commit-msg
55+
56+
4257
# We use yarn.lock
4358
package-lock.json
4459

frontend/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,6 @@ cypress/screenshots/*
6262
!.yarn/releases
6363
!.yarn/sdks
6464
!.yarn/versions
65+
66+
# Vite
67+
.vite

0 commit comments

Comments
 (0)