Initial commit: add .gitignore and README
Some checks failed
CI / lint-and-test (push) Has been cancelled
Some checks failed
CI / lint-and-test (push) Has been cancelled
This commit is contained in:
12
.gitignore.env
Normal file
12
.gitignore.env
Normal file
@@ -0,0 +1,12 @@
|
||||
# Environment files - DO NOT COMMIT
|
||||
.env
|
||||
.env.local
|
||||
.env.production
|
||||
.env.*.local
|
||||
.env.indexer
|
||||
|
||||
# But allow example files
|
||||
!.env.example
|
||||
!.env.local.example
|
||||
!.env.production.example
|
||||
!.env.indexer.example
|
||||
Reference in New Issue
Block a user