21 lines
262 B
Plaintext
21 lines
262 B
Plaintext
.git
|
|
.gitignore
|
|
Dockerfile
|
|
.dockerignore
|
|
README.md
|
|
LICENSE
|
|
VERSION
|
|
node_modules/
|
|
coverge/
|
|
# dotenv environment variable files
|
|
.env
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.env.local
|
|
|
|
# SQLite database files
|
|
*.sqlite
|
|
*.sqlite3
|
|
sqlite*
|
|
sqldiff |