Jobber/.gitignore
Shaheer Sarfaraz 1f929dfc7f
Create the setup for the documentation page (#171)
* don't run for generated docusaurus

* format

* workflow to autoupdate docs version

* fix versioning

* add link back to app

* remove old docs

* html link???

* don't track .docusaurus

* documantation build
2026-02-15 22:50:52 +00:00

22 lines
317 B
Plaintext

# Environment files
.env
*.env.local
# Dependencies
node_modules/
**/node_modules/
**/.package-lock.json
**/.docusaurus/
docs-site/.docusaurus/
docs-site/build/
# Data directory (bind mount in Docker)
data/
# Extractor storage outputs and cached auth
extractors/ukvisajobs/storage/
# OS files
.DS_Store
Thumbs.db