fix: ignore .env and debug.ts

This commit is contained in:
Skillz
2022-12-01 12:32:38 -06:00
parent 7f7544ee5c
commit f4edc636a7

4
.gitignore vendored
View File

@@ -1,5 +1,8 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Test file for testing dd changes
debug.ts
# dependencies
node_modules
@@ -30,6 +33,7 @@ yarn-error.log*
.pnpm-debug.log*
# local env files
.env
.env.local
.env.development.local
.env.test.local