.gitignore 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  1. *.*-e
  2. .*-e
  3. *-e
  4. vendor/
  5. .build/
  6. .rpmbuild/
  7. example
  8. release/*
  9. golang-crosscompile/
  10. .project
  11. *.d
  12. *.out
  13. .gaesdk/
  14. # Created by https://www.gitignore.io
  15. ### Windows ###
  16. # Windows image file caches
  17. Thumbs.db
  18. ehthumbs.db
  19. # Folder config file
  20. Desktop.ini
  21. # Recycle Bin used on file shares
  22. $RECYCLE.BIN/
  23. # Windows Installer files
  24. *.cab
  25. *.msi
  26. *.msm
  27. *.msp
  28. # Windows shortcuts
  29. *.lnk
  30. ### OSX ###
  31. .DS_Store
  32. .AppleDouble
  33. .LSOverride
  34. # Icon must end with two \r
  35. Icon
  36. # Thumbnails
  37. ._*
  38. # Files that might appear in the root of a volume
  39. .DocumentRevisions-V100
  40. .fseventsd
  41. .Spotlight-V100
  42. .TemporaryItems
  43. .Trashes
  44. .VolumeIcon.icns
  45. # Directories potentially created on remote AFP share
  46. .AppleDB
  47. .AppleDesktop
  48. Network Trash Folder
  49. Temporary Items
  50. .apdisk
  51. ### Eclipse ###
  52. *.pydevproject
  53. .metadata
  54. .gradle
  55. bin/
  56. tmp/
  57. *.tmp
  58. *.bak
  59. *.swp
  60. *~.nib
  61. local.properties
  62. .settings/
  63. .loadpath
  64. # Eclipse Core
  65. .project
  66. # External tool builders
  67. .externalToolBuilders/
  68. # Locally stored "Eclipse launch configurations"
  69. *.launch
  70. # CDT-specific
  71. .cproject
  72. # JDT-specific (Eclipse Java Development Tools)
  73. .classpath
  74. # PDT-specific
  75. .buildpath
  76. # sbteclipse plugin
  77. .target
  78. # TeXlipse plugin
  79. .texlipse
  80. ### Go ###
  81. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  82. *.o
  83. *.a
  84. *.so
  85. # Folders
  86. _obj
  87. _test
  88. # Architecture specific extensions/prefixes
  89. *.[568vq]
  90. [568vq].out
  91. *.cgo1.go
  92. *.cgo2.c
  93. _cgo_defun.c
  94. _cgo_gotypes.go
  95. _cgo_export.*
  96. _testmain.go
  97. *.exe
  98. *.test
  99. *.prof
  100. ### SublimeText ###
  101. # cache files for sublime text
  102. *.tmlanguage.cache
  103. *.tmPreferences.cache
  104. *.stTheme.cache
  105. # workspace files are user-specific
  106. *.sublime-workspace
  107. # project files should be checked into the repository, unless a significant
  108. # proportion of contributors will probably not be using SublimeText
  109. # *.sublime-project
  110. # sftp configuration file
  111. sftp-config.json
  112. ### VisualStudio ###
  113. ## Ignore Visual Studio temporary files, build results, and
  114. ## files generated by popular Visual Studio add-ons.
  115. # User-specific files
  116. *.suo
  117. *.user
  118. *.userosscache
  119. *.sln.docstates
  120. # User-specific files (MonoDevelop/Xamarin Studio)
  121. *.userprefs
  122. # Build results
  123. [Dd]ebug/
  124. [Dd]ebugPublic/
  125. [Rr]elease/
  126. [Rr]eleases/
  127. x64/
  128. x86/
  129. build/
  130. bld/
  131. [Bb]in/
  132. [Oo]bj/
  133. # Visual Studo 2015 cache/options directory
  134. .vs/
  135. # MSTest test Results
  136. [Tt]est[Rr]esult*/
  137. [Bb]uild[Ll]og.*
  138. # NUNIT
  139. *.VisualState.xml
  140. TestResult.xml
  141. # Build Results of an ATL Project
  142. [Dd]ebugPS/
  143. [Rr]eleasePS/
  144. dlldata.c
  145. *_i.c
  146. *_p.c
  147. *_i.h
  148. *.ilk
  149. *.meta
  150. *.obj
  151. *.pch
  152. *.pdb
  153. *.pgc
  154. *.pgd
  155. *.rsp
  156. *.sbr
  157. *.tlb
  158. *.tli
  159. *.tlh
  160. *.tmp
  161. *.tmp_proj
  162. *.log
  163. *.vspscc
  164. *.vssscc
  165. .builds
  166. *.pidb
  167. *.svclog
  168. *.scc
  169. # Chutzpah Test files
  170. _Chutzpah*
  171. # Visual C++ cache files
  172. ipch/
  173. *.aps
  174. *.ncb
  175. *.opensdf
  176. *.sdf
  177. *.cachefile
  178. # Visual Studio profiler
  179. *.psess
  180. *.vsp
  181. *.vspx
  182. # TFS 2012 Local Workspace
  183. $tf/
  184. # Guidance Automation Toolkit
  185. *.gpState
  186. # ReSharper is a .NET coding add-in
  187. _ReSharper*/
  188. *.[Rr]e[Ss]harper
  189. *.DotSettings.user
  190. # JustCode is a .NET coding addin-in
  191. .JustCode
  192. # TeamCity is a build add-in
  193. _TeamCity*
  194. # DotCover is a Code Coverage Tool
  195. *.dotCover
  196. # NCrunch
  197. _NCrunch_*
  198. .*crunch*.local.xml
  199. # MightyMoose
  200. *.mm.*
  201. AutoTest.Net/
  202. # Web workbench (sass)
  203. .sass-cache/
  204. # Installshield output folder
  205. [Ee]xpress/
  206. # DocProject is a documentation generator add-in
  207. DocProject/buildhelp/
  208. DocProject/Help/*.HxT
  209. DocProject/Help/*.HxC
  210. DocProject/Help/*.hhc
  211. DocProject/Help/*.hhk
  212. DocProject/Help/*.hhp
  213. DocProject/Help/Html2
  214. DocProject/Help/html
  215. # Click-Once directory
  216. publish/
  217. # Publish Web Output
  218. *.[Pp]ublish.xml
  219. *.azurePubxml
  220. # TODO: Comment the next line if you want to checkin your web deploy settings
  221. # but database connection strings (with potential passwords) will be unencrypted
  222. *.pubxml
  223. *.publishproj
  224. # NuGet Packages
  225. *.nupkg
  226. # The packages folder can be ignored because of Package Restore
  227. **/packages/*
  228. # except build/, which is used as an MSBuild target.
  229. !**/packages/build/
  230. # Uncomment if necessary however generally it will be regenerated when needed
  231. #!**/packages/repositories.config
  232. # Windows Azure Build Output
  233. csx/
  234. *.build.csdef
  235. # Windows Store app package directory
  236. AppPackages/
  237. # Others
  238. *.[Cc]ache
  239. ClientBin/
  240. [Ss]tyle[Cc]op.*
  241. ~$*
  242. *~
  243. *.dbmdl
  244. *.dbproj.schemaview
  245. *.pfx
  246. *.publishsettings
  247. node_modules/
  248. bower_components/
  249. # RIA/Silverlight projects
  250. Generated_Code/
  251. # Backup & report files from converting an old project file
  252. # to a newer Visual Studio version. Backup files are not needed,
  253. # because we have git ;-)
  254. _UpgradeReport_Files/
  255. Backup*/
  256. UpgradeLog*.XML
  257. UpgradeLog*.htm
  258. # SQL Server files
  259. *.mdf
  260. *.ldf
  261. # Business Intelligence projects
  262. *.rdl.data
  263. *.bim.layout
  264. *.bim_*.settings
  265. # Microsoft Fakes
  266. FakesAssemblies/
  267. # Node.js Tools for Visual Studio
  268. .ntvs_analysis.dat
  269. # Visual Studio 6 build log
  270. *.plg
  271. # Visual Studio 6 workspace options file
  272. *.opt
  273. ### Maven ###
  274. target/
  275. pom.xml.tag
  276. pom.xml.releaseBackup
  277. pom.xml.versionsBackup
  278. pom.xml.next
  279. release.properties
  280. dependency-reduced-pom.xml
  281. buildNumber.properties
  282. ### Java ###
  283. *.class
  284. # Mobile Tools for Java (J2ME)
  285. .mtj.tmp/
  286. # Package Files #
  287. *.jar
  288. *.war
  289. *.ear
  290. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  291. hs_err_pid*
  292. ### Intellij ###
  293. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
  294. *.iml
  295. ## Directory-based project format:
  296. .idea/
  297. # if you remove the above rule, at least ignore the following:
  298. # User-specific stuff:
  299. # .idea/workspace.xml
  300. # .idea/tasks.xml
  301. # .idea/dictionaries
  302. # Sensitive or high-churn files:
  303. # .idea/dataSources.ids
  304. # .idea/dataSources.xml
  305. # .idea/sqlDataSources.xml
  306. # .idea/dynamic.xml
  307. # .idea/uiDesigner.xml
  308. # Gradle:
  309. # .idea/gradle.xml
  310. # .idea/libraries
  311. # Mongo Explorer plugin:
  312. # .idea/mongoSettings.xml
  313. ## File-based project format:
  314. *.ipr
  315. *.iws
  316. ## Plugin-specific files:
  317. # IntelliJ
  318. /out/
  319. # mpeltonen/sbt-idea plugin
  320. .idea_modules/
  321. # JIRA plugin
  322. atlassian-ide-plugin.xml
  323. # Crashlytics plugin (for Android Studio and IntelliJ)
  324. com_crashlytics_export_strings.xml
  325. crashlytics.properties
  326. crashlytics-build.properties