mirror of
https://github.com/go-shiori/shiori.git
synced 2024-12-27 10:14:13 +08:00
d05d1ad2c0
* CI/CD setup * Setup for go-shiori * Fix docker image * Dockerfile adjustments
14 lines
150 B
Text
14 lines
150 B
Text
# Exclude config file
|
|
.vscode/
|
|
*.toml
|
|
|
|
# Exclude executable file
|
|
/shiori*
|
|
|
|
# Exclude development data
|
|
/dev-data
|
|
|
|
# Coverage data
|
|
/coverage.out
|
|
|
|
dist/
|