mirror of
https://github.com/go-shiori/shiori.git
synced 2024-11-10 09:23:35 +08:00
d05188b666
* fixed codecov action * ignore coverage local files * downgraded codecov to 4.4.0 * downgrade codecov action to 4.3.1 * pass through env * 4.4.0 again * 4.2.0 * 4.4.1 with cli 0.5.2 * down to 4.4.0 * cli as 0.4.0 * trying another way * upgraded to 4.4.1 again
27 lines
290 B
Text
27 lines
290 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
|
|
|
|
# workaround for buildx using podman
|
|
type=docker
|