diff --git a/.gitignore b/.gitignore index fe940ae6b..2b21d36a3 100644 --- a/.gitignore +++ b/.gitignore @@ -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