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.

76 lines
1.3 KiB

10 years ago
10 years ago
9 years ago
  1. go/weed/.goxc*
  2. tags
  3. *.swp
  4. ### OSX template
  5. .DS_Store
  6. .AppleDouble
  7. .LSOverride
  8. # Icon must end with two \r
  9. Icon
  10. # Thumbnails
  11. ._*
  12. # Files that might appear in the root of a volume
  13. .DocumentRevisions-V100
  14. .fseventsd
  15. .Spotlight-V100
  16. .TemporaryItems
  17. .Trashes
  18. .VolumeIcon.icns
  19. # Directories potentially created on remote AFP share
  20. .AppleDB
  21. .AppleDesktop
  22. Network Trash Folder
  23. Temporary Items
  24. .apdisk
  25. ### JetBrains template
  26. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
  27. *.iml
  28. ## Directory-based project format:
  29. .idea/
  30. # if you remove the above rule, at least ignore the following:
  31. # User-specific stuff:
  32. # .idea/workspace.xml
  33. # .idea/tasks.xml
  34. # .idea/dictionaries
  35. # Sensitive or high-churn files:
  36. # .idea/dataSources.ids
  37. # .idea/dataSources.xml
  38. # .idea/sqlDataSources.xml
  39. # .idea/dynamic.xml
  40. # .idea/uiDesigner.xml
  41. # Gradle:
  42. # .idea/gradle.xml
  43. # .idea/libraries
  44. # Mongo Explorer plugin:
  45. # .idea/mongoSettings.xml
  46. ## File-based project format:
  47. *.ipr
  48. *.iws
  49. ## Plugin-specific files:
  50. # IntelliJ
  51. /out/
  52. # mpeltonen/sbt-idea plugin
  53. .idea_modules/
  54. # JIRA plugin
  55. atlassian-ide-plugin.xml
  56. # Crashlytics plugin (for Android Studio and IntelliJ)
  57. com_crashlytics_export_strings.xml
  58. crashlytics.properties
  59. crashlytics-build.properties