shiori/.gitignore
Felipe Martin d05188b666
ci: fix codecov action issues (#928)
* 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
2024-06-03 23:38:08 +02:00

28 lines
290 B
Plaintext

# 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