add env files
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -17,12 +17,12 @@
|
||||
# Go workspace file
|
||||
go.work
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
# Environment variables (keeping all env files in git as requested)
|
||||
# .env
|
||||
# .env.local
|
||||
# .env.development.local
|
||||
# .env.test.local
|
||||
# .env.production.local
|
||||
|
||||
# Node.js
|
||||
node_modules/
|
||||
|
||||
Reference in New Issue
Block a user