mirror of
https://github.com/mblanke/Dashboard.git
synced 2026-03-01 12:10:20 -05:00
chore: add .env to gitignore, update .env.example template
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -1,7 +1,9 @@
|
||||
node_modules
|
||||
.next
|
||||
.env*.local
|
||||
dist
|
||||
build
|
||||
*.log
|
||||
.DS_Store
|
||||
node_modules
|
||||
.next
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
dist
|
||||
build
|
||||
*.log
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user