Clone of Bael'Zharon's Respite @ https://github.com/boardwalk/bzr

bzr.sublime-project 249B

123456789101112
  1. {
  2. "folders":
  3. [
  4. {
  5. "follow_symlinks": true,
  6. "path": ".",
  7. "folder_exclude_patterns": ["data", "build", "output", "__pycache__"],
  8. "file_exclude_patterns": ["build.ninja"]
  9. }
  10. ]
  11. }