Skip to content

Commit

Permalink
chore: Add Thomas's weird files to .gitignore (#8872)
Browse files Browse the repository at this point in the history
This change updates the .gitignore files with some things that have been
really bothering me since I switched to VSCode.
  • Loading branch information
thomasheartman authored Nov 27, 2024
1 parent 303711a commit 2f645ed
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,6 @@ cypress/screenshots/*
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Vite
.vite

0 comments on commit 2f645ed

Please sign in to comment.