.gitignore 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. # General
  2. .DS_Store
  3. .AppleDouble
  4. .LSOverride
  5. # Icon must end with two \r
  6. Icon
  7. # Thumbnails
  8. ._*
  9. # Files that might appear in the root of a volume
  10. .DocumentRevisions-V100
  11. .fseventsd
  12. .Spotlight-V100
  13. .TemporaryItems
  14. .Trashes
  15. .VolumeIcon.icns
  16. .com.apple.timemachine.donotpresent
  17. # Directories potentially created on remote AFP share
  18. .AppleDB
  19. .AppleDesktop
  20. Network Trash Folder
  21. Temporary Items
  22. .apdisk
  23. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
  24. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  25. # User-specific stuff
  26. .idea/**/workspace.xml
  27. .idea/**/tasks.xml
  28. .idea/**/usage.statistics.xml
  29. .idea/**/dictionaries
  30. .idea/**/shelf
  31. # Generated files
  32. .idea/**/contentModel.xml
  33. # Sensitive or high-churn files
  34. .idea/**/dataSources/
  35. .idea/**/dataSources.ids
  36. .idea/**/dataSources.local.xml
  37. .idea/**/sqlDataSources.xml
  38. .idea/**/dynamic.xml
  39. .idea/**/uiDesigner.xml
  40. .idea/**/dbnavigator.xml
  41. # Gradle
  42. .idea/**/gradle.xml
  43. .idea/**/libraries
  44. # Gradle and Maven with auto-import
  45. # When using Gradle or Maven with auto-import, you should exclude module files,
  46. # since they will be recreated, and may cause churn. Uncomment if using
  47. # auto-import.
  48. # .idea/modules.xml
  49. # .idea/*.iml
  50. # .idea/modules
  51. # *.iml
  52. # *.ipr
  53. # CMake
  54. cmake-build-*/
  55. # Mongo Explorer plugin
  56. .idea/**/mongoSettings.xml
  57. # File-based project format
  58. *.iws
  59. # IntelliJ
  60. out/
  61. # mpeltonen/sbt-idea plugin
  62. .idea_modules/
  63. # JIRA plugin
  64. atlassian-ide-plugin.xml
  65. # Cursive Clojure plugin
  66. .idea/replstate.xml
  67. # Crashlytics plugin (for Android Studio and IntelliJ)
  68. com_crashlytics_export_strings.xml
  69. crashlytics.properties
  70. crashlytics-build.properties
  71. fabric.properties
  72. # Editor-based Rest Client
  73. .idea/httpRequests
  74. # Android studio 3.1+ serialized cache file
  75. .idea/caches/build_file_checksums.ser
  76. # VisualStudioCode
  77. .vscode/*
  78. !.vscode/settings.json
  79. !.vscode/tasks.json
  80. !.vscode/launch.json
  81. !.vscode/extensions.json
  82. # Binaries for programs and plugins
  83. *.exe
  84. *.exe~
  85. *.dll
  86. *.so
  87. *.dylib
  88. # Test binary, built with `go test -c`
  89. *.test
  90. # Output of the go coverage tool, specifically when used with LiteIDE
  91. *.out
  92. # local
  93. .idea
  94. /_
  95. /.cache
  96. .vscode/
  97. /logs/logx
  98. lastupdate.tmp
  99. ColdVerify_server
  100. ColdVerify_server6300
  101. ofile
  102. Makefile