refactor: standardize database environment variables to POSTGRES prefix and update gitignore with common development patterns
This commit is contained in:
17
.gitignore
vendored
17
.gitignore
vendored
@@ -1,2 +1,19 @@
|
||||
.env
|
||||
node_modules
|
||||
**/dist/
|
||||
**/build/
|
||||
.npm/
|
||||
**.log
|
||||
|
||||
**/data/
|
||||
**.sqlite
|
||||
**.db
|
||||
|
||||
**/volumes/
|
||||
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.vscode/
|
||||
.idea/
|
||||
**/tsconfig.tsbuildinfo
|
||||
.eslintcache
|
||||
Reference in New Issue
Block a user