21 lines
226 B
Plaintext
21 lines
226 B
Plaintext
|
|
# docker build files
|
||
|
|
Dockerfile
|
||
|
|
docker-compose*.yml
|
||
|
|
.dockerignore
|
||
|
|
|
||
|
|
# git files
|
||
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
.gitattributes
|
||
|
|
|
||
|
|
# miscellaneus tooling
|
||
|
|
README.md
|
||
|
|
.npmrc
|
||
|
|
.prettierrc
|
||
|
|
.eslintrc.cjs
|
||
|
|
.svelte-kit
|
||
|
|
node_modules
|
||
|
|
build
|
||
|
|
**/.env
|
||
|
|
**/.env.*
|