chore: add .devenv/ build directory to .gitignore
All checks were successful
ci / treefmt (push) Successful in 1m17s
All checks were successful
ci / treefmt (push) Successful in 1m17s
This commit is contained in:
parent
c9e872075a
commit
a3b69092fa
1 changed files with 6 additions and 4 deletions
|
|
@ -64,13 +64,15 @@ in {
|
|||
];
|
||||
|
||||
ignores = [
|
||||
".direnv"
|
||||
".devenv/"
|
||||
".direnv/"
|
||||
".git/"
|
||||
".pnpm-store/"
|
||||
".venv/"
|
||||
|
||||
".env"
|
||||
".env.local"
|
||||
".envrc"
|
||||
".git"
|
||||
".pnpm-store"
|
||||
".venv"
|
||||
"AGENTS.md"
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue