diff --git a/.gitignore b/.gitignore index b8a6a7e..4b6a552 100755 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,36 @@ -target/ -pkg/ -Cargo.lock -node_modules/ -dist/ -.vscode +# Secrets et fichiers sensibles .env -public/ssl/ \ No newline at end of file +.env.* +!.env.example +!.env.exemple +*.key +*.pem +secrets/ + +# Logs +logs/ +*.log + +# Node.js +node_modules/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Build +dist/ +build/ + +# IDE +.vscode/ +.idea/ +*.swp +*.swo + +# OS +.DS_Store +Thumbs.db + +# Temporary files +tmp/ +*.tmp \ No newline at end of file