21 lines
227 B
Plaintext
21 lines
227 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
postgres/
|
|
postgres_logs/
|
|
|
|
.vscode/
|
|
.idea/
|
|
|
|
# dependencies
|
|
.next/
|
|
node_modules
|
|
target/
|
|
dist/
|
|
ssl/
|
|
|
|
.DS_Store
|
|
|
|
# local env files
|
|
.env*.local
|
|
|