dev: .gitignore for .env

This commit is contained in:
mcolonna 2025-06-17 14:38:45 +02:00
parent 0b108ca152
commit 4971d79673
3 changed files with 3 additions and 2 deletions

2
.env
View file

@ -1,2 +0,0 @@
DOMAIN=mcolonna.42.fr
DATABASE_PWD=SuperComplexDatabasePassword

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
__* __*
.__* .__*
/.env

2
env_template Normal file
View file

@ -0,0 +1,2 @@
DOMAIN=mcolonna.42.fr
DATABASE_PWD=[insert_cool_password_here]