Update infrastructure config and gitignore
This commit is contained in:
parent
bd407808fc
commit
2649e48a8b
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -82,3 +82,11 @@ coverage/
|
||||||
.cache/
|
.cache/
|
||||||
*.bak
|
*.bak
|
||||||
*.tmp
|
*.tmp
|
||||||
|
|
||||||
|
# Node/Next.js/pnpm
|
||||||
|
node_modules
|
||||||
|
.next
|
||||||
|
.pnpm-store
|
||||||
|
.cache
|
||||||
|
*.log
|
||||||
|
pnpm-lock.yaml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue