diff --git a/.gitignore b/.gitignore index 6dca0a65..e99780fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.devcontainer dist/ node_modules/ npm-debug.log* @@ -22,4 +23,5 @@ bun.lockb /blob-report/ /playwright/.cache/ /plawright-report/ -target \ No newline at end of file +target +.github/dependabot.yml