您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213141516171819202122232425262728
  1. # Code::TidyAll
  2. /.tidyall.d/
  3. .idea
  4. # Added by CLion
  5. cmake-build-debug/
  6. # Logs and databases #
  7. ######################
  8. *.log
  9. *.sqlite3-*
  10. # Compiled source #
  11. ###################
  12. *.com
  13. *.class
  14. *.dll
  15. *.pyc
  16. *.o
  17. *.so
  18. luacov.stats.out
  19. # OS generated files #
  20. ######################
  21. *.orig
  22. .DS_Store
  23. .DS_Store?
  24. ._*
  25. .Spotlight-V100
  26. .Trashes
  27. ehthumbs.db
  28. Thumbs.db