.gitignore 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. ### GoLand+all template
  2. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  3. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  4. .dist
  5. # User-specific stuff
  6. .idea/
  7. # IntelliJ
  8. out/*
  9. # mpeltonen/sbt-idea plugin
  10. .idea_modules/
  11. # JIRA plugin
  12. atlassian-ide-plugin.xml
  13. # Crashlytics plugin (for Android Studio and IntelliJ)
  14. com_crashlytics_export_strings.xml
  15. crashlytics.properties
  16. crashlytics-build.properties
  17. fabric.properties
  18. ### IGORPro template
  19. # Avoid including Experiment files: they can be created and edited locally to test the ipf files
  20. *.pxp
  21. *.pxt
  22. *.uxp
  23. *.uxt
  24. ### VisualStudioCode template
  25. .vscode/*
  26. !.vscode/settings.json
  27. !.vscode/tasks.json
  28. !.vscode/launch.json
  29. !.vscode/extensions.json
  30. !.vscode/*.code-snippets
  31. # Local History for Visual Studio Code
  32. .history/
  33. # Built Visual Studio Code Extensions
  34. *.vsix
  35. ### Go template
  36. # If you prefer the allow list template instead of the deny list, see community template:
  37. # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
  38. #
  39. # Binaries for programs and plugins
  40. *.exe
  41. *.exe~
  42. *.dll
  43. *.so
  44. *.dylib
  45. # Test binary, built with `go test -c`
  46. *.test
  47. # Output of the go coverage tool, specifically when used with LiteIDE
  48. *.out
  49. # Dependency directories (remove the comment below to include it)
  50. # vendor/
  51. # Go workspace file
  52. go.work
  53. ### IDAPro template
  54. # gitginore template for IDA Pro
  55. # website: https://www.hex-rays.com/index.shtml
  56. # IDA Pro Runtime temporary file
  57. *.id0
  58. *.id1
  59. *.id2
  60. *.nam
  61. *.til
  62. # IDA Pro 64 packaged data
  63. # *.i64
  64. # IDA Pro 32 packaged data
  65. # *.idb
  66. ### GoLand template
  67. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  68. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  69. # Crashlytics plugin (for Android Studio and IntelliJ)
  70. com_crashlytics_export_strings.xml
  71. crashlytics.properties
  72. crashlytics-build.properties
  73. fabric.properties
  74. ### macOS template
  75. # General
  76. .DS_Store
  77. .AppleDouble
  78. .LSOverride
  79. # Icon must end with two \r
  80. Icon
  81. # Thumbnails
  82. ._*
  83. # Files that might appear in the root of a volume
  84. .DocumentRevisions-V100
  85. .fseventsd
  86. .Spotlight-V100
  87. .TemporaryItems
  88. .Trashes
  89. .VolumeIcon.icns
  90. .com.apple.timemachine.donotpresent
  91. # Directories potentially created on remote AFP share
  92. .AppleDB
  93. .AppleDesktop
  94. Network Trash Folder
  95. Temporary Items
  96. .apdisk
  97. ### SublimeText template
  98. # Cache files for Sublime Text
  99. *.tmlanguage.cache
  100. *.tmPreferences.cache
  101. *.stTheme.cache
  102. # Workspace files are user-specific
  103. *.sublime-workspace
  104. # Project files should be checked into the repository, unless a significant
  105. # proportion of contributors will probably not be using Sublime Text
  106. # *.sublime-project
  107. # SFTP configuration file
  108. sftp-config.json
  109. sftp-config-alt*.json
  110. # Package control specific files
  111. Package Control.last-run
  112. Package Control.ca-list
  113. Package Control.ca-bundle
  114. Package Control.system-ca-bundle
  115. Package Control.cache/
  116. Package Control.ca-certs/
  117. Package Control.merged-ca-bundle
  118. Package Control.user-ca-bundle
  119. oscrypto-ca-bundle.crt
  120. bh_unicode_properties.cache
  121. # Sublime-github package stores a github token in this file
  122. # https://packagecontrol.io/packages/sublime-github
  123. GitHub.sublime-settings
  124. *.data
  125. logs/
  126. tmp/