mirror of
https://github.com/go-shiori/shiori.git
synced 2025-09-06 21:14:47 +08:00
* basic e2e test * e2e ci * test typo * rm go.work * refactor things a bit * use current context for docker image * rm coverage.txt * ignore all coverage files * use package * unused const * simplify dockeringnore * made basic e2e test with cwd code * comments in compose files * fix go version file in e2e ci * experimental podman support * fixed ALPINE_VERSION arg source
30 lines
309 B
Text
30 lines
309 B
Text
# Exclude IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Exclude config file
|
|
*.toml
|
|
|
|
# Exclude executable file
|
|
/shiori*
|
|
|
|
# Exclude development data
|
|
/dev-data*
|
|
|
|
# Coverage data
|
|
/coverage.*
|
|
|
|
# Dist files
|
|
dist/
|
|
|
|
# macOS trash files
|
|
.DS_Store
|
|
|
|
# frontend
|
|
node_modules
|
|
|
|
# golang
|
|
go.work*
|
|
|
|
# workaround for buildx using podman
|
|
type=docker
|