chore(config): Changed gitignore and split

This commit is contained in:
Данил 2025-03-02 21:50:46 +03:00
parent f4838349d4
commit 2a4c02f601

10
.gitignore vendored
View file

@ -1,12 +1,20 @@
# IDE & text redactors files
.idea .idea
.vscode .vscode
# Project
CertSSL/ CertSSL/
charts/ charts/
# Depends
node_modules/ node_modules/
# Docker compose
postgres-data/ postgres-data/
config.yaml # Config
config.hjson
.env .env
# Other
.DS_Store .DS_Store