Update gitignore.
This commit is contained in:
parent
e23b216126
commit
c5fba811fb
|
@ -1,16 +1,10 @@
|
||||||
# Generated by Cargo
|
.vscode/
|
||||||
|
coverage/
|
||||||
debug/
|
debug/
|
||||||
|
node_modules/
|
||||||
|
public/
|
||||||
target/
|
target/
|
||||||
|
|
||||||
# Code coverage results
|
|
||||||
coverage/
|
|
||||||
|
|
||||||
# Environment configuration
|
|
||||||
.env
|
.env
|
||||||
|
compose.yaml
|
||||||
# NodeJS files
|
|
||||||
node_modules/
|
|
||||||
pnpm-lock.yaml
|
pnpm-lock.yaml
|
||||||
|
|
||||||
# Default web build output directory
|
|
||||||
public/
|
|
||||||
|
|
Loading…
Reference in New Issue