shiori/.gitignore
Felipe Martin bb7bfcc2c2
docs: mkdocs and github pages support (#1018)
* refactor: Migrate documentation to MkDocs with material theme and improved structure

* refactor: docs images hierarchy

* refactor: Move screenshots to assets and update paths in Screenshots.md

* feat: Convert screenshots to MkDocs content tabs with light/dark theme switching

* feat: sync content tabs by label

* chore: add light theme with shiori red color

* docs: Update index page to match README with concise feature list

* docs: Remove Resources section from documentation index

* ci: added github workflows

* docs: Add section for building documentation in Contribute.md
2024-12-08 15:11:32 +01:00

34 lines
339 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
# golang
go.work*
# workaround for buildx using podman
type=docker
# Docs
docs/.venv
build/docs