mirror of
https://github.com/sammyshear/trivia-chase.git
synced 2025-12-06 03:55:53 +00:00
34 lines
363 B
Plaintext
34 lines
363 B
Plaintext
# Auto-generated .dockerignore file.
|
|
# See https://gowebly.org for more information.
|
|
|
|
# Ignore folders.
|
|
.git/
|
|
.github/
|
|
.vscode/
|
|
.idea/
|
|
node_modules/
|
|
bin/
|
|
dist/
|
|
dist-ssr/
|
|
tmp/
|
|
tests/
|
|
|
|
# Ignore files.
|
|
LICENSE
|
|
.DS_Store
|
|
.dockerignore
|
|
.gitignore
|
|
.postcssrc
|
|
Dockerfile
|
|
**/*.templ
|
|
**/*_test.go
|
|
package.json
|
|
*-lock.json
|
|
*.lockb
|
|
*.config.*
|
|
*.yml
|
|
*.yaml
|
|
*.toml
|
|
*.md
|
|
*.out
|