chore(env): restore .env.example template and ignore accidental 'env (N)' files; remove tracked 'env (1)'
This commit is contained in:
parent
b62e14d8eb
commit
9f99284621
3 changed files with 32 additions and 47 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -36,6 +36,10 @@ yarn-error.log*
|
|||
!.env.example
|
||||
!apps/desktop/.env.example
|
||||
|
||||
# Accidental Windows duplicate downloads (e.g., "env (1)")
|
||||
env (*)
|
||||
env (1)
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue