diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..afcf022 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Secrets - NE JAMAIS COMMITTER +.env +*.env +secrets/ +*.key +*.pem +tokens.txt + +# Tokens et clés +*token* +*authkey* +*password* + +# Configs locales +config.local.* +*.local