Skip to content

Files not sent to AI

Neither Folto AI nor Claude Code and Codex working through the board MCP read these files:

  1. Always excluded (keys, certificates, environment files, dependency and build folders)
  2. Anything in the project’s .gitignore

To keep more files out, add them to .gitignore. It works even in projects that don’t use Git.

  • .env
  • .env.*
  • *.pem
  • *.key
  • *.p12
  • *.pfx
  • *.mobileprovision
  • *.keystore
  • *.jks
  • id_rsa*
  • id_ed25519*
  • **/node_modules/**
  • **/.git/**
  • **/DerivedData/**
  • **/.build/**
  • **/Pods/**
  • **/.venv/**
  • **/__pycache__/**