mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 15:26:36 +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*
|
||||
|
||||
# env files (can opt-in for committing if needed)
|
||||
.env*
|
||||
.env
|
||||
.env.local
|
||||
.env*.local
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
Loading…
Reference in New Issue
Block a user