Creating a config folder and moving the ‘env’ files
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Environment files - keep .example files only
|
||||
.env
|
||||
.env.local
|
||||
.env.development
|
||||
.env.production
|
||||
.env.test
|
||||
|
||||
# Keep example files for documentation
|
||||
!.env.example
|
||||
!.env.local.example
|
||||
!.env.development.example
|
||||
!.env.production.example
|
||||
Reference in New Issue
Block a user