claude-code-ultimate-guide/.gitignore
Florian BRUNIAUX 8fc9fb5568 docs(data-privacy): add Intellectual Property Considerations section
- Add new section 8 with IP disclaimer and key considerations table
- Cover: ownership, license contamination, vendor indemnification, sector compliance
- Bump version to 3.7.1
- Update .gitignore to exclude .grepai/

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 10:41:03 +01:00

26 lines
230 B
Text

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Claude Code
.claude/
# OS
.DS_Store
Thumbs.db
# Node (if any tooling added later)
node_modules/
npm-debug.log*
# Misc
*.log
*.tmp
*.bak
# Personal notes & temp files
to-ignore/
.grepai/