Graphify Ignore Template
Copy this into a customer project as .graphifyignore before running /graphify ..
# Dependency directories
node_modules/
vendor/
.venv/
venv/
env/
site-packages/
# Build and generated outputs
dist/
build/
out/
.next/
.nuxt/
coverage/
target/
tmp/
temp/
.cache/
# Version control and editor state
.git/
.svn/
.hg/
.obsidian/workspace.json
# Graphify outputs
graphify-out/
GRAPH_REPORT.md
graph.json
graph.html
# Large binary/media artifacts
*.zip
*.tar
*.tar.gz
*.7z
*.mp4
*.mov
*.mkv
*.mp3
*.wav
# Secrets and local config
.env
.env.*
*.pem
*.key
*.crtReview Before Use
- Add customer-specific generated folders.
- Add local database dumps and exported reports.
- Add any directories that contain secrets or regulated data.
- Keep source code, markdown docs, runbooks, and architecture notes included unless there is a clear reason to exclude them.