Update .gitignore to exclude node_modules, binaries, and build artifacts
This commit is contained in:
parent
f48a6fcd72
commit
bb3f82d69d
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -2,3 +2,8 @@ build/
|
|||
.vscode/
|
||||
.svelte-kit/
|
||||
backend/cmd/server/embed/
|
||||
.env
|
||||
backend/imc-vibe
|
||||
node_modules/
|
||||
frontend/node_modules/
|
||||
frontend/build/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue