.gitignore 1.3 KB

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