.gitignore 173 B

12345678910111213141516
  1. # CodeGraph data files
  2. # These are local to each machine and should not be committed
  3. # Database
  4. *.db
  5. *.db-wal
  6. *.db-shm
  7. # Cache
  8. cache/
  9. # Logs
  10. *.log
  11. # Hook markers
  12. .dirty