Umami analytics stack

This commit is contained in:
2026-02-17 00:59:45 -03:00
commit c38ca7e599
11 changed files with 749 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# Dependencies
node_modules/
# Environment (never commit real secrets)
.env
.env.local
.env.*.local
# OS
.DS_Store
Thumbs.db
# Editor / IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Logs and temp
*.log
.tmp/
tmp/