shiori/.gitignore
Felipe Martin d41981861c
feat: add apis to handle bookmark tags (#1081)
* feat: add tag search api

* feat: add apis to add/remove bookmark tags

* chore: removed debug logger

* docs: updated swagger

* test: added tests

* test: invalid ids

* feat: webapp v2

* chore: updated swagger

* fix: route params missing

* feat: added cors middleware

* feat: built api implementation

* feat: implemented login in webapp

* feat; dark mode in web app

* feat: labels + i18n

* refactor: remove custom message output in json apis

* docs: updated swagger

* chore: make lint

* chore: make styles

* fix: include new webapp dist files (for now)
2025-03-15 21:28:26 +01:00

35 lines
347 B
Text

# Exclude IDE
.vscode/
.idea/
# Exclude config file
*.toml
# Exclude executable file
/shiori*
# Exclude development data
/dev-data*
# Tests
/coverage.*
e2e-report.html
# Dist files
/dist
# macOS trash files
.DS_Store
# frontend
node_modules
# golang
go.work*
# workaround for buildx using podman
type=docker
# Docs
docs/.venv
build/docs