23 lines
224 B
Plaintext
23 lines
224 B
Plaintext
node_modules
|
|
.next
|
|
.git
|
|
.gitignore
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
data/
|
|
*.sqlite
|
|
*.sqlite-journal
|
|
*.db
|
|
.DS_Store
|
|
*.log
|
|
README.md
|
|
docker-compose.yml
|
|
Dockerfile
|
|
.dockerignore
|
|
.vscode
|
|
.idea
|
|
coverage/
|
|
src/lib/db/migrations/
|
|
.atl/
|