mirror of
https://github.com/fergalmoran/snapp.git
synced 2025-12-22 09:41:45 +00:00
16 lines
172 B
Plaintext
16 lines
172 B
Plaintext
# .dockerignore
|
|
|
|
.vscode
|
|
node_modules
|
|
.env
|
|
.env.example
|
|
.git
|
|
./prisma/db.sqlite
|
|
.gitattributes
|
|
.eslintignore
|
|
.eslintrc.cjs
|
|
.prettierrc
|
|
.prettierignore
|
|
README.md
|
|
Dockerfile
|