feat: added in gitignore devcontainers

This commit is contained in:
Stepan Vladovskiy 2024-06-19 01:06:59 +00:00
parent 94520bc57b
commit d5e95eb7bd

4
.gitignore vendored
View File

@ -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