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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. ### macOS template
  2. # General
  3. .DS_Store
  4. .AppleDouble
  5. .LSOverride
  6. # Icon must end with two \r
  7. Icon
  8. # Thumbnails
  9. ._*
  10. # Files that might appear in the root of a volume
  11. .DocumentRevisions-V100
  12. .fseventsd
  13. .Spotlight-V100
  14. .TemporaryItems
  15. .Trashes
  16. .VolumeIcon.icns
  17. .com.apple.timemachine.donotpresent
  18. # Directories potentially created on remote AFP share
  19. .AppleDB
  20. .AppleDesktop
  21. Network Trash Folder
  22. Temporary Items
  23. .apdisk
  24. ### Windows template
  25. # Windows thumbnail cache files
  26. Thumbs.db
  27. ehthumbs.db
  28. ehthumbs_vista.db
  29. # Dump file
  30. *.stackdump
  31. # Folder config file
  32. Desktop.ini
  33. # Recycle Bin used on file shares
  34. $RECYCLE.BIN/
  35. # Windows Installer files
  36. *.cab
  37. *.msi
  38. *.msm
  39. *.msp
  40. # Windows shortcuts
  41. *.lnk
  42. ### JetBrains template
  43. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  44. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  45. # User-specific stuff:
  46. .idea/**/workspace.xml
  47. .idea/**/tasks.xml
  48. .idea/dictionaries
  49. # Sensitive or high-churn files:
  50. .idea/**/dataSources/
  51. .idea/**/dataSources.ids
  52. .idea/**/dataSources.xml
  53. .idea/**/dataSources.local.xml
  54. .idea/**/sqlDataSources.xml
  55. .idea/**/dynamic.xml
  56. .idea/**/uiDesigner.xml
  57. # Gradle:
  58. .idea/**/gradle.xml
  59. .idea/**/libraries
  60. # CMake
  61. cmake-build-debug/
  62. # Mongo Explorer plugin:
  63. .idea/**/mongoSettings.xml
  64. ## File-based project format:
  65. *.iws
  66. ## Plugin-specific files:
  67. # IntelliJ
  68. out/
  69. # mpeltonen/sbt-idea plugin
  70. .idea_modules/
  71. # JIRA plugin
  72. atlassian-ide-plugin.xml
  73. # Cursive Clojure plugin
  74. .idea/replstate.xml
  75. # Crashlytics plugin (for Android Studio and IntelliJ)
  76. com_crashlytics_export_strings.xml
  77. crashlytics.properties
  78. crashlytics-build.properties
  79. fabric.properties
  80. /node_modules/
  81. /dist/
  82. /dll/