From 2a4c02f6010fbb7d3c905f5361ceb9732fe9c1bc Mon Sep 17 00:00:00 2001 From: Redume Date: Sun, 2 Mar 2025 21:50:46 +0300 Subject: [PATCH] chore(config): Changed gitignore and split --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d3002b3..e4855fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,20 @@ +# IDE & text redactors files .idea .vscode +# Project CertSSL/ charts/ + +# Depends node_modules/ + +# Docker compose postgres-data/ -config.yaml +# Config +config.hjson .env +# Other .DS_Store \ No newline at end of file