task 1.1: add .env to .gitignore and untrack from git

This commit is contained in:
Marko Djordjevic 2026-02-18 10:55:24 +01:00
parent c0f5654450
commit 4ba1327a53
3 changed files with 142 additions and 9 deletions

1
.gitignore vendored
View file

@ -4,6 +4,7 @@ node_modules
dist
build
*.log
.env
.env*.local
.DS_Store
data/