You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
141 B

  1. {
  2. "files.exclude": {
  3. "**/.git": true,
  4. "**/.svn": true,
  5. "**/.hg": true,
  6. "**/CVS": true,
  7. "**/.DS_Store": true,
  8. "**/*.o": true
  9. }
  10. }