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:
parent
303711abeb
commit
2f645ed23f
15
.gitignore
vendored
15
.gitignore
vendored
@ -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
|
||||
|
||||
|
3
frontend/.gitignore
vendored
3
frontend/.gitignore
vendored
@ -62,3 +62,6 @@ cypress/screenshots/*
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
|
||||
# Vite
|
||||
.vite
|
||||
|
Loading…
Reference in New Issue
Block a user