1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

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.
This commit is contained in:
Thomas Heartman 2024-11-27 16:53:33 +01:00 committed by GitHub
parent 303711abeb
commit 2f645ed23f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 18 additions and 0 deletions

15
.gitignore vendored
View File

@ -39,6 +39,21 @@ jsconfig.json
typings typings
.nyc_output .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 # We use yarn.lock
package-lock.json package-lock.json

3
frontend/.gitignore vendored
View File

@ -62,3 +62,6 @@ cypress/screenshots/*
!.yarn/releases !.yarn/releases
!.yarn/sdks !.yarn/sdks
!.yarn/versions !.yarn/versions
# Vite
.vite