shiori/.gitignore
n8225 d05d1ad2c0
Setup new CI/CD workflows (#365)
* CI/CD setup
* Setup for go-shiori
* Fix docker image
* Dockerfile adjustments
2022-02-13 16:38:54 +01:00

14 lines
150 B
Text

# Exclude config file
.vscode/
*.toml
# Exclude executable file
/shiori*
# Exclude development data
/dev-data
# Coverage data
/coverage.out
dist/