shiori/.gitignore
Felipe Martin 647945c54e
ci: unify local and ci docker workflows (#907)
* 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
2024-05-14 08:01:52 +02:00

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