refactor: standardize database environment variables to POSTGRES prefix and update gitignore with common development patterns

This commit is contained in:
Giuseppe Raffa
2026-03-28 16:05:11 +01:00
parent bcfce32adb
commit 33b9be13de
4 changed files with 34 additions and 17 deletions

17
.gitignore vendored
View File

@@ -1,2 +1,19 @@
.env
node_modules
**/dist/
**/build/
.npm/
**.log
**/data/
**.sqlite
**.db
**/volumes/
.DS_Store
Thumbs.db
.vscode/
.idea/
**/tsconfig.tsbuildinfo
.eslintcache