From 292f0247d2a95533e31d233cfc0535119686cc9b Mon Sep 17 00:00:00 2001 From: Kourosh Torabi Date: Sun, 9 Aug 2026 21:21:51 +0200 Subject: [PATCH] Add entries for Docker, key files, and IDE files --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index 872d5f6..7c8d8f6 100644 --- a/.gitignore +++ b/.gitignore @@ -141,3 +141,16 @@ dist vite.config.js.timestamp-* vite.config.ts.timestamp-* .vite/ + +# Docker & Database volumes +postgres_data/ +redis_data/ + +# Key files (SSH & SSL Keys) +*.key +*.pem + +# IDE & Editor files +.vscode/ +.idea/ +.DS_Store