Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 27 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,36 +1,53 @@
# Generated content from OpenAPI specs
specs-processed/
docs/OpenAPI-clients/

# Generated content (legacy - can be removed if no longer used)
docs/SDK-Samples/

# Remote Content - Generated by docusaurus-plugin-remote-content
# Specifications from opentdf/spec repo
/docs/reference/trusted-data-format/specifications/index.md
/docs/reference/trusted-data-format/specifications/**/*.md
/docs/reference/trusted-data-format/specifications/**/_category_.json
# CLI documentation from opentdf/otdfctl repo
/docs/explanation/platform-architecture/components/cli/
# Platform configuration from opentdf/platform repo
/docs/how-to/getting-started/configuration.md
# Static images from opentdf/spec repo
/static/img/ecc_and_binding.svg
/static/img/nanotdf.svg
/static/img/symmetric_and_payload.svg
/static/img/filecontents.svg

# Dependencies
/node_modules
node_modules

# Production
/build

# Generated files
.docusaurus
.cache-loader
# Ignore all generated _category_.json files in docs/spec
/docs/spec/**/_category_.json
docs/.index.json
*.backup

# Misc
.DS_Store
# Environment files
.env.local
.env.development.local
.env.test.local
.env.production.local

# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
node_modules

# Ignore Remote Content
/docs/spec/index.md
/docs/spec/**/*.md
/docs/components/cli/
/docs/getting-started/configuration.md
# macOS
.DS_Store



/.idea/

Expand Down
Loading
Loading