Merge pull request #22 from JBB0807/git-ignore-env

Git ignore env
This commit is contained in:
JB Balahadia 2025-05-20 09:34:35 -07:00 committed by GitHub
commit aded70ea0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View file

@ -5,8 +5,7 @@ yarn-debug.log
yarn-error.log yarn-error.log
# Environment and secrets # Environment and secrets
.env* **/*.env*
*.env
*.pem *.pem
*.key *.key
*.crt *.crt

2
.gitignore vendored
View file

@ -8,7 +8,7 @@ pnpm-debug.log*
lerna-debug.log* lerna-debug.log*
**/node_modules **/node_modules
*.env .env*
dist dist
dist-ssr dist-ssr
*.local *.local