feat: added in gitignore devcontainers
This commit is contained in:
parent
94520bc57b
commit
d5e95eb7bd
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
.devcontainer
|
||||||
dist/
|
dist/
|
||||||
node_modules/
|
node_modules/
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
|
@ -22,4 +23,5 @@ bun.lockb
|
||||||
/blob-report/
|
/blob-report/
|
||||||
/playwright/.cache/
|
/playwright/.cache/
|
||||||
/plawright-report/
|
/plawright-report/
|
||||||
target
|
target
|
||||||
|
.github/dependabot.yml
|
||||||
|
|
Loading…
Reference in New Issue
Block a user