chore: add .env patterns to .gitignore
This commit is contained in:
@@ -3,3 +3,8 @@ node_modules/
|
|||||||
output.css
|
output.css
|
||||||
package.json
|
package.json
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|
||||||
|
# Environment
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
!.env.*.example
|
||||||
|
|||||||
Reference in New Issue
Block a user