Add scratch*.{js,ts,tsx,mts,cts,mjs } to gitignore

This commit is contained in:
Jarred Sumner
2024-11-26 13:09:13 -08:00
parent 663f00b62b
commit a9ce4d40c2

3
.gitignore vendored
View File

@@ -175,4 +175,5 @@ test/js/third_party/prisma/prisma/sqlite/dev.db-journal
# Generated files
.buildkite/ci.yml
*.sock
*.sock
scratch*.{js,ts,tsx,cjs,mjs}