mirror of
https://github.com/go-shiori/shiori.git
synced 2025-03-11 07:18:05 +08:00
* deps: go to 1.22.3 * removed ci dockerfile * add make buildx * updated dockerfile * ci uses make buildx command * commented upx for the future * disable openbsd/arm tests * wip * put dist file in dist path * removed unused make command * build-local to speed up local tests * don't clean when buildx * podman workaround * manually define source files for tests
27 lines
292 B
Text
27 lines
292 B
Text
# Exclude IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Exclude config file
|
|
*.toml
|
|
|
|
# Exclude executable file
|
|
/shiori*
|
|
|
|
# Exclude development data
|
|
/dev-data*
|
|
|
|
# Coverage data
|
|
/coverage.out
|
|
|
|
# Dist files
|
|
dist/
|
|
|
|
# macOS trash files
|
|
.DS_Store
|
|
|
|
# frontend
|
|
node_modules
|
|
|
|
# workaround for buildx using podman
|
|
type=docker
|