.gitignore 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  1. # ---> Android
  2. # Built application files
  3. *.apk
  4. *.ap_
  5. # Files for the Dalvik VM
  6. *.dex
  7. # Java class files
  8. *.class
  9. # Generated files
  10. bin/
  11. gen/
  12. # Gradle files
  13. .gradle/
  14. build/
  15. # Local configuration file (sdk path, etc)
  16. local.properties
  17. # Proguard folder generated by Eclipse
  18. proguard/
  19. # Log Files
  20. *.log
  21. # Android Studio Navigation editor temp files
  22. .navigation/
  23. # Android Studio captures folder
  24. captures/
  25. # ---> Eclipse
  26. *.pydevproject
  27. .metadata
  28. .gradle
  29. bin/
  30. tmp/
  31. *.tmp
  32. *.bak
  33. *.swp
  34. *~.nib
  35. local.properties
  36. .settings/
  37. .loadpath
  38. # Eclipse Core
  39. .project
  40. # External tool builders
  41. .externalToolBuilders/
  42. # Locally stored "Eclipse launch configurations"
  43. *.launch
  44. # CDT-specific
  45. .cproject
  46. # JDT-specific (Eclipse Java Development Tools)
  47. .classpath
  48. # Java annotation processor (APT)
  49. .factorypath
  50. # PDT-specific
  51. .buildpath
  52. # sbteclipse plugin
  53. .target
  54. # TeXlipse plugin
  55. .texlipse
  56. # ---> Windows
  57. # Windows image file caches
  58. Thumbs.db
  59. ehthumbs.db
  60. # Folder config file
  61. Desktop.ini
  62. # Recycle Bin used on file shares
  63. $RECYCLE.BIN/
  64. # Windows Installer files
  65. *.cab
  66. *.msi
  67. *.msm
  68. *.msp
  69. # Windows shortcuts
  70. *.lnk
  71. # ---> Linux
  72. *~
  73. # KDE directory preferences
  74. .directory
  75. # Linux trash folder which might appear on any partition or disk
  76. .Trash-*
  77. # ---> MicrosoftOffice
  78. *.tmp
  79. # Word temporary
  80. ~$*.doc*
  81. # Excel temporary
  82. ~$*.xls*
  83. *.xls*
  84. # Excel Backup File
  85. *.xlk
  86. # ---> IPythonNotebook
  87. # Temporary data
  88. .ipynb_checkpoints/
  89. # ---> Java
  90. *.class
  91. # Mobile Tools for Java (J2ME)
  92. .mtj.tmp/
  93. # Package Files #
  94. *.jar
  95. *.war
  96. *.ear
  97. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  98. hs_err_pid*
  99. # ---> LibreOffice
  100. # LibreOffice locks
  101. .~lock.*#
  102. # ---> Python
  103. # Byte-compiled / optimized / DLL files
  104. __pycache__/
  105. *.py[cod]
  106. *$py.class
  107. # C extensions
  108. *.so
  109. # Distribution / packaging
  110. .Python
  111. env/
  112. build/
  113. develop-eggs/
  114. dist/
  115. downloads/
  116. eggs/
  117. .eggs/
  118. lib/
  119. lib64/
  120. parts/
  121. sdist/
  122. var/
  123. *.egg-info/
  124. .installed.cfg
  125. *.egg
  126. # PyInstaller
  127. # Usually these files are written by a python script from a template
  128. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  129. *.manifest
  130. *.spec
  131. # Installer logs
  132. pip-log.txt
  133. pip-delete-this-directory.txt
  134. # Unit test / coverage reports
  135. htmlcov/
  136. .tox/
  137. .coverage
  138. .coverage.*
  139. .cache
  140. nosetests.xml
  141. coverage.xml
  142. *,cover
  143. # Translations
  144. *.mo
  145. *.pot
  146. # Django stuff:
  147. *.log
  148. # Sphinx documentation
  149. docs/_build/
  150. # PyBuilder
  151. target/
  152. # ---> VisualStudio
  153. ## Ignore Visual Studio temporary files, build results, and
  154. ## files generated by popular Visual Studio add-ons.
  155. # User-specific files
  156. *.suo
  157. *.user
  158. *.userosscache
  159. *.sln.docstates
  160. # User-specific files (MonoDevelop/Xamarin Studio)
  161. *.userprefs
  162. # Build results
  163. [Dd]ebug/
  164. [Dd]ebugPublic/
  165. [Rr]elease/
  166. [Rr]eleases/
  167. x64/
  168. x86/
  169. build/
  170. bld/
  171. [Bb]in/
  172. [Oo]bj/
  173. # Visual Studio 2015 cache/options directory
  174. .vs/
  175. # Uncomment if you have tasks that create the project's static files in wwwroot
  176. #wwwroot/
  177. # MSTest test Results
  178. [Tt]est[Rr]esult*/
  179. [Bb]uild[Ll]og.*
  180. # NUNIT
  181. *.VisualState.xml
  182. TestResult.xml
  183. # Build Results of an ATL Project
  184. [Dd]ebugPS/
  185. [Rr]eleasePS/
  186. dlldata.c
  187. # DNX
  188. project.lock.json
  189. artifacts/
  190. *_i.c
  191. *_p.c
  192. *_i.h
  193. *.ilk
  194. *.meta
  195. *.obj
  196. *.pch
  197. *.pdb
  198. *.pgc
  199. *.pgd
  200. *.rsp
  201. *.sbr
  202. *.tlb
  203. *.tli
  204. *.tlh
  205. *.tmp
  206. *.tmp_proj
  207. *.log
  208. *.vspscc
  209. *.vssscc
  210. .builds
  211. *.pidb
  212. *.svclog
  213. *.scc
  214. # Chutzpah Test files
  215. _Chutzpah*
  216. # Visual C++ cache files
  217. ipch/
  218. *.aps
  219. *.ncb
  220. *.opensdf
  221. *.sdf
  222. *.cachefile
  223. # Visual Studio profiler
  224. *.psess
  225. *.vsp
  226. *.vspx
  227. *.sap
  228. # TFS 2012 Local Workspace
  229. $tf/
  230. # Guidance Automation Toolkit
  231. *.gpState
  232. # ReSharper is a .NET coding add-in
  233. _ReSharper*/
  234. *.[Rr]e[Ss]harper
  235. *.DotSettings.user
  236. # JustCode is a .NET coding add-in
  237. .JustCode
  238. # TeamCity is a build add-in
  239. _TeamCity*
  240. # DotCover is a Code Coverage Tool
  241. *.dotCover
  242. # NCrunch
  243. _NCrunch_*
  244. .*crunch*.local.xml
  245. nCrunchTemp_*
  246. # MightyMoose
  247. *.mm.*
  248. AutoTest.Net/
  249. # Web workbench (sass)
  250. .sass-cache/
  251. # Installshield output folder
  252. [Ee]xpress/
  253. # DocProject is a documentation generator add-in
  254. DocProject/buildhelp/
  255. DocProject/Help/*.HxT
  256. DocProject/Help/*.HxC
  257. DocProject/Help/*.hhc
  258. DocProject/Help/*.hhk
  259. DocProject/Help/*.hhp
  260. DocProject/Help/Html2
  261. DocProject/Help/html
  262. # Click-Once directory
  263. publish/
  264. # Publish Web Output
  265. *.[Pp]ublish.xml
  266. *.azurePubxml
  267. # TODO: Comment the next line if you want to checkin your web deploy settings
  268. # but database connection strings (with potential passwords) will be unencrypted
  269. *.pubxml
  270. *.publishproj
  271. # NuGet Packages
  272. *.nupkg
  273. # The packages folder can be ignored because of Package Restore
  274. **/packages/*
  275. # except build/, which is used as an MSBuild target.
  276. !**/packages/build/
  277. # Uncomment if necessary however generally it will be regenerated when needed
  278. #!**/packages/repositories.config
  279. # Windows Azure Build Output
  280. csx/
  281. *.build.csdef
  282. # Windows Store app package directory
  283. AppPackages/
  284. # Visual Studio cache files
  285. # files ending in .cache can be ignored
  286. *.[Cc]ache
  287. # but keep track of directories ending in .cache
  288. !*.[Cc]ache/
  289. # Others
  290. ClientBin/
  291. [Ss]tyle[Cc]op.*
  292. ~$*
  293. *~
  294. *.dbmdl
  295. *.dbproj.schemaview
  296. *.pfx
  297. *.publishsettings
  298. node_modules/
  299. orleans.codegen.cs
  300. # RIA/Silverlight projects
  301. Generated_Code/
  302. # Backup & report files from converting an old project file
  303. # to a newer Visual Studio version. Backup files are not needed,
  304. # because we have git ;-)
  305. _UpgradeReport_Files/
  306. Backup*/
  307. UpgradeLog*.XML
  308. UpgradeLog*.htm
  309. # SQL Server files
  310. *.mdf
  311. *.ldf
  312. # Business Intelligence projects
  313. *.rdl.data
  314. *.bim.layout
  315. *.bim_*.settings
  316. # Microsoft Fakes
  317. FakesAssemblies/
  318. # Node.js Tools for Visual Studio
  319. .ntvs_analysis.dat
  320. # Visual Studio 6 build log
  321. *.plg
  322. # Visual Studio 6 workspace options file
  323. *.opt
  324. # Visual Studio LightSwitch build output
  325. **/*.HTMLClient/GeneratedArtifacts
  326. **/*.DesktopClient/GeneratedArtifacts
  327. **/*.DesktopClient/ModelManifest.xml
  328. **/*.Server/GeneratedArtifacts
  329. **/*.Server/ModelManifest.xml
  330. _Pvt_Extensions
  331. # ---> VisualStudioCode
  332. .settings
  333. # ---> macOS
  334. .DS_Store
  335. .AppleDouble
  336. .LSOverride
  337. # Icon must end with two \r
  338. Icon
  339. # Thumbnails
  340. ._*
  341. # Files that might appear in the root of a volume
  342. .DocumentRevisions-V100
  343. .fseventsd
  344. .Spotlight-V100
  345. .TemporaryItems
  346. .Trashes
  347. .VolumeIcon.icns
  348. # Directories potentially created on remote AFP share
  349. .AppleDB
  350. .AppleDesktop
  351. Network Trash Folder
  352. Temporary Items
  353. .apdisk
  354. /test_token.json
  355. *zip
  356. /*.zip
  357. *.xml
  358. *.XML
  359. /*.xml
  360. /*.XML
  361. *.pdf
  362. /*.pdf
  363. config.ini
  364. /.mypy_cache/