mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
chore: update .gitignore to explicitly commit env files
- .env, .env.local, and .env*.local will now be explicitly committed if needed. - Removed the wildcard .env* from being ignored, allowing specific env files to be tracked.
This commit is contained in:
parent
a1c4f2160b
commit
8cd8a2977c
4
.gitignore
vendored
4
.gitignore
vendored
@ -31,7 +31,9 @@ yarn-error.log*
|
|||||||
.pnpm-debug.log*
|
.pnpm-debug.log*
|
||||||
|
|
||||||
# env files (can opt-in for committing if needed)
|
# env files (can opt-in for committing if needed)
|
||||||
.env*
|
.env
|
||||||
|
.env.local
|
||||||
|
.env*.local
|
||||||
|
|
||||||
# vercel
|
# vercel
|
||||||
.vercel
|
.vercel
|
||||||
|
Loading…
Reference in New Issue
Block a user