選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

816 行
12 KiB

  1. # ---> Linux
  2. *~
  3. # temporary files which can be created if a process still has a handle open of a deleted file
  4. .fuse_hidden*
  5. # KDE directory preferences
  6. .directory
  7. # Linux trash folder which might appear on any partition or disk
  8. .Trash-*
  9. # .nfs files are created when an open file is removed but is still being accessed
  10. .nfs*
  11. # ---> Ansible
  12. *.retry
  13. # ---> Backup
  14. *.bak
  15. *.gho
  16. *.ori
  17. *.orig
  18. *.tmp
  19. # ---> CVS
  20. /CVS/*
  21. **/CVS/*
  22. .cvsignore
  23. */.cvsignore
  24. # ---> Eclipse
  25. .metadata
  26. bin/
  27. tmp/
  28. *.tmp
  29. *.bak
  30. *.swp
  31. *~.nib
  32. local.properties
  33. .settings/
  34. .loadpath
  35. .recommenders
  36. # External tool builders
  37. .externalToolBuilders/
  38. # Locally stored "Eclipse launch configurations"
  39. *.launch
  40. # PyDev specific (Python IDE for Eclipse)
  41. *.pydevproject
  42. # CDT-specific (C/C++ Development Tooling)
  43. .cproject
  44. # CDT- autotools
  45. .autotools
  46. # Java annotation processor (APT)
  47. .factorypath
  48. # PDT-specific (PHP Development Tools)
  49. .buildpath
  50. # sbteclipse plugin
  51. .target
  52. # Tern plugin
  53. .tern-project
  54. # TeXlipse plugin
  55. .texlipse
  56. # STS (Spring Tool Suite)
  57. .springBeans
  58. # Code Recommenders
  59. .recommenders/
  60. # Annotation Processing
  61. .apt_generated/
  62. .apt_generated_test/
  63. # Scala IDE specific (Scala & Java development for Eclipse)
  64. .cache-main
  65. .scala_dependencies
  66. .worksheet
  67. # ---> Emacs
  68. # -*- mode: gitignore; -*-
  69. *~
  70. \#*\#
  71. /.emacs.desktop
  72. /.emacs.desktop.lock
  73. *.elc
  74. auto-save-list
  75. tramp
  76. .\#*
  77. # Org-mode
  78. .org-id-locations
  79. *_archive
  80. # flymake-mode
  81. *_flymake.*
  82. # eshell files
  83. /eshell/history
  84. /eshell/lastdir
  85. # elpa packages
  86. /elpa/
  87. # reftex files
  88. *.rel
  89. # AUCTeX auto folder
  90. /auto/
  91. # cask packages
  92. .cask/
  93. dist/
  94. # Flycheck
  95. flycheck_*.el
  96. # server auth directory
  97. /server/
  98. # projectiles files
  99. .projectile
  100. # directory configuration
  101. .dir-locals.el
  102. # network security
  103. /network-security.data
  104. # ---> Images
  105. # JPEG
  106. *.jpg
  107. *.jpeg
  108. *.jpe
  109. *.jif
  110. *.jfif
  111. *.jfi
  112. # JPEG 2000
  113. *.jp2
  114. *.j2k
  115. *.jpf
  116. *.jpx
  117. *.jpm
  118. *.mj2
  119. # JPEG XR
  120. *.jxr
  121. *.hdp
  122. *.wdp
  123. # Graphics Interchange Format
  124. *.gif
  125. # RAW
  126. *.raw
  127. # Web P
  128. *.webp
  129. # Portable Network Graphics
  130. *.png
  131. # Animated Portable Network Graphics
  132. *.apng
  133. # Multiple-image Network Graphics
  134. *.mng
  135. # Tagged Image File Format
  136. *.tiff
  137. *.tif
  138. # Scalable Vector Graphics
  139. *.svg
  140. *.svgz
  141. # Portable Document Format
  142. *.pdf
  143. # X BitMap
  144. *.xbm
  145. # BMP
  146. *.bmp
  147. *.dib
  148. # ICO
  149. *.ico
  150. # 3D Images
  151. *.3dm
  152. *.max
  153. # ---> LibreOffice
  154. # LibreOffice locks
  155. .~lock.*#
  156. # ---> Maven
  157. target/
  158. pom.xml.tag
  159. pom.xml.releaseBackup
  160. pom.xml.versionsBackup
  161. pom.xml.next
  162. release.properties
  163. dependency-reduced-pom.xml
  164. buildNumber.properties
  165. .mvn/timing.properties
  166. # https://github.com/takari/maven-wrapper#usage-without-binary-jar
  167. .mvn/wrapper/maven-wrapper.jar
  168. # ---> MicrosoftOffice
  169. *.tmp
  170. # Word temporary
  171. ~$*.doc*
  172. # Word Auto Backup File
  173. Backup of *.doc*
  174. # Excel temporary
  175. ~$*.xls*
  176. # Excel Backup File
  177. *.xlk
  178. # PowerPoint temporary
  179. ~$*.ppt*
  180. # Visio autosave temporary files
  181. *.~vsd*
  182. # ---> Packer
  183. # Cache objects
  184. packer_cache/
  185. # Crash log
  186. crash.log
  187. # For built boxes
  188. *.box
  189. # ---> PuTTY
  190. # Private key
  191. *.ppk
  192. # ---> Python
  193. # Byte-compiled / optimized / DLL files
  194. __pycache__/
  195. *.py[cod]
  196. *$py.class
  197. # C extensions
  198. *.so
  199. # Distribution / packaging
  200. .Python
  201. build/
  202. develop-eggs/
  203. dist/
  204. downloads/
  205. eggs/
  206. .eggs/
  207. lib/
  208. lib64/
  209. parts/
  210. sdist/
  211. var/
  212. wheels/
  213. pip-wheel-metadata/
  214. share/python-wheels/
  215. *.egg-info/
  216. .installed.cfg
  217. *.egg
  218. MANIFEST
  219. # PyInstaller
  220. # Usually these files are written by a python script from a template
  221. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  222. *.manifest
  223. *.spec
  224. # Installer logs
  225. pip-log.txt
  226. pip-delete-this-directory.txt
  227. # Unit test / coverage reports
  228. htmlcov/
  229. .tox/
  230. .nox/
  231. .coverage
  232. .coverage.*
  233. .cache
  234. nosetests.xml
  235. coverage.xml
  236. *.cover
  237. *.py,cover
  238. .hypothesis/
  239. .pytest_cache/
  240. # Translations
  241. *.mo
  242. *.pot
  243. # Django stuff:
  244. *.log
  245. local_settings.py
  246. db.sqlite3
  247. db.sqlite3-journal
  248. # Flask stuff:
  249. instance/
  250. .webassets-cache
  251. # Scrapy stuff:
  252. .scrapy
  253. # Sphinx documentation
  254. docs/_build/
  255. # PyBuilder
  256. target/
  257. # Jupyter Notebook
  258. .ipynb_checkpoints
  259. # IPython
  260. profile_default/
  261. ipython_config.py
  262. # pyenv
  263. .python-version
  264. # pipenv
  265. # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
  266. # However, in case of collaboration, if having platform-specific dependencies or dependencies
  267. # having no cross-platform support, pipenv may install dependencies that don't work, or not
  268. # install all needed dependencies.
  269. #Pipfile.lock
  270. # PEP 582; used by e.g. github.com/David-OConnor/pyflow
  271. __pypackages__/
  272. # Celery stuff
  273. celerybeat-schedule
  274. celerybeat.pid
  275. # SageMath parsed files
  276. *.sage.py
  277. # Environments
  278. .env
  279. .venv
  280. env/
  281. venv/
  282. ENV/
  283. env.bak/
  284. venv.bak/
  285. # Spyder project settings
  286. .spyderproject
  287. .spyproject
  288. # Rope project settings
  289. .ropeproject
  290. # mkdocs documentation
  291. /site
  292. # mypy
  293. .mypy_cache/
  294. .dmypy.json
  295. dmypy.json
  296. # Pyre type checker
  297. .pyre/
  298. # ---> Terraform
  299. # Local .terraform directories
  300. **/.terraform/*
  301. # .tfstate files
  302. *.tfstate
  303. *.tfstate.*
  304. # Crash log files
  305. crash.log
  306. # Ignore any .tfvars files that are generated automatically for each Terraform run. Most
  307. # .tfvars files are managed as part of configuration and so should be included in
  308. # version control.
  309. #
  310. # example.tfvars
  311. # Ignore override files as they are usually used to override resources locally and so
  312. # are not checked in
  313. override.tf
  314. override.tf.json
  315. *_override.tf
  316. *_override.tf.json
  317. # Include override files you do wish to add to version control using negated pattern
  318. #
  319. # !example_override.tf
  320. # Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
  321. # example: *tfplan*
  322. # ---> Vagrant
  323. # General
  324. .vagrant/
  325. # Log files (if you are creating logs in debug mode, uncomment this)
  326. # *.log
  327. # ---> VisualStudio
  328. ## Ignore Visual Studio temporary files, build results, and
  329. ## files generated by popular Visual Studio add-ons.
  330. ##
  331. ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
  332. # User-specific files
  333. *.rsuser
  334. *.suo
  335. *.user
  336. *.userosscache
  337. *.sln.docstates
  338. # User-specific files (MonoDevelop/Xamarin Studio)
  339. *.userprefs
  340. # Mono auto generated files
  341. mono_crash.*
  342. # Build results
  343. [Dd]ebug/
  344. [Dd]ebugPublic/
  345. [Rr]elease/
  346. [Rr]eleases/
  347. x64/
  348. x86/
  349. [Aa][Rr][Mm]/
  350. [Aa][Rr][Mm]64/
  351. bld/
  352. [Bb]in/
  353. [Oo]bj/
  354. [Ll]og/
  355. [Ll]ogs/
  356. # Visual Studio 2015/2017 cache/options directory
  357. .vs/
  358. # Uncomment if you have tasks that create the project's static files in wwwroot
  359. #wwwroot/
  360. # Visual Studio 2017 auto generated files
  361. Generated\ Files/
  362. # MSTest test Results
  363. [Tt]est[Rr]esult*/
  364. [Bb]uild[Ll]og.*
  365. # NUnit
  366. *.VisualState.xml
  367. TestResult.xml
  368. nunit-*.xml
  369. # Build Results of an ATL Project
  370. [Dd]ebugPS/
  371. [Rr]eleasePS/
  372. dlldata.c
  373. # Benchmark Results
  374. BenchmarkDotNet.Artifacts/
  375. # .NET Core
  376. project.lock.json
  377. project.fragment.lock.json
  378. artifacts/
  379. # StyleCop
  380. StyleCopReport.xml
  381. # Files built by Visual Studio
  382. *_i.c
  383. *_p.c
  384. *_h.h
  385. *.ilk
  386. *.meta
  387. *.obj
  388. *.iobj
  389. *.pch
  390. *.pdb
  391. *.ipdb
  392. *.pgc
  393. *.pgd
  394. *.rsp
  395. *.sbr
  396. *.tlb
  397. *.tli
  398. *.tlh
  399. *.tmp
  400. *.tmp_proj
  401. *_wpftmp.csproj
  402. *.log
  403. *.vspscc
  404. *.vssscc
  405. .builds
  406. *.pidb
  407. *.svclog
  408. *.scc
  409. # Chutzpah Test files
  410. _Chutzpah*
  411. # Visual C++ cache files
  412. ipch/
  413. *.aps
  414. *.ncb
  415. *.opendb
  416. *.opensdf
  417. *.sdf
  418. *.cachefile
  419. *.VC.db
  420. *.VC.VC.opendb
  421. # Visual Studio profiler
  422. *.psess
  423. *.vsp
  424. *.vspx
  425. *.sap
  426. # Visual Studio Trace Files
  427. *.e2e
  428. # TFS 2012 Local Workspace
  429. $tf/
  430. # Guidance Automation Toolkit
  431. *.gpState
  432. # ReSharper is a .NET coding add-in
  433. _ReSharper*/
  434. *.[Rr]e[Ss]harper
  435. *.DotSettings.user
  436. # TeamCity is a build add-in
  437. _TeamCity*
  438. # DotCover is a Code Coverage Tool
  439. *.dotCover
  440. # AxoCover is a Code Coverage Tool
  441. .axoCover/*
  442. !.axoCover/settings.json
  443. # Coverlet is a free, cross platform Code Coverage Tool
  444. coverage*[.json, .xml, .info]
  445. # Visual Studio code coverage results
  446. *.coverage
  447. *.coveragexml
  448. # NCrunch
  449. _NCrunch_*
  450. .*crunch*.local.xml
  451. nCrunchTemp_*
  452. # MightyMoose
  453. *.mm.*
  454. AutoTest.Net/
  455. # Web workbench (sass)
  456. .sass-cache/
  457. # Installshield output folder
  458. [Ee]xpress/
  459. # DocProject is a documentation generator add-in
  460. DocProject/buildhelp/
  461. DocProject/Help/*.HxT
  462. DocProject/Help/*.HxC
  463. DocProject/Help/*.hhc
  464. DocProject/Help/*.hhk
  465. DocProject/Help/*.hhp
  466. DocProject/Help/Html2
  467. DocProject/Help/html
  468. # Click-Once directory
  469. publish/
  470. # Publish Web Output
  471. *.[Pp]ublish.xml
  472. *.azurePubxml
  473. # Note: Comment the next line if you want to checkin your web deploy settings,
  474. # but database connection strings (with potential passwords) will be unencrypted
  475. *.pubxml
  476. *.publishproj
  477. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  478. # checkin your Azure Web App publish settings, but sensitive information contained
  479. # in these scripts will be unencrypted
  480. PublishScripts/
  481. # NuGet Packages
  482. *.nupkg
  483. # NuGet Symbol Packages
  484. *.snupkg
  485. # The packages folder can be ignored because of Package Restore
  486. **/[Pp]ackages/*
  487. # except build/, which is used as an MSBuild target.
  488. !**/[Pp]ackages/build/
  489. # Uncomment if necessary however generally it will be regenerated when needed
  490. #!**/[Pp]ackages/repositories.config
  491. # NuGet v3's project.json files produces more ignorable files
  492. *.nuget.props
  493. *.nuget.targets
  494. # Microsoft Azure Build Output
  495. csx/
  496. *.build.csdef
  497. # Microsoft Azure Emulator
  498. ecf/
  499. rcf/
  500. # Windows Store app package directories and files
  501. AppPackages/
  502. BundleArtifacts/
  503. Package.StoreAssociation.xml
  504. _pkginfo.txt
  505. *.appx
  506. *.appxbundle
  507. *.appxupload
  508. # Visual Studio cache files
  509. # files ending in .cache can be ignored
  510. *.[Cc]ache
  511. # but keep track of directories ending in .cache
  512. !?*.[Cc]ache/
  513. # Others
  514. ClientBin/
  515. ~$*
  516. *~
  517. *.dbmdl
  518. *.dbproj.schemaview
  519. *.jfm
  520. *.pfx
  521. *.publishsettings
  522. orleans.codegen.cs
  523. # Including strong name files can present a security risk
  524. # (https://github.com/github/gitignore/pull/2483#issue-259490424)
  525. #*.snk
  526. # Since there are multiple workflows, uncomment next line to ignore bower_components
  527. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  528. #bower_components/
  529. # RIA/Silverlight projects
  530. Generated_Code/
  531. # Backup & report files from converting an old project file
  532. # to a newer Visual Studio version. Backup files are not needed,
  533. # because we have git ;-)
  534. _UpgradeReport_Files/
  535. Backup*/
  536. UpgradeLog*.XML
  537. UpgradeLog*.htm
  538. ServiceFabricBackup/
  539. *.rptproj.bak
  540. # SQL Server files
  541. *.mdf
  542. *.ldf
  543. *.ndf
  544. # Business Intelligence projects
  545. *.rdl.data
  546. *.bim.layout
  547. *.bim_*.settings
  548. *.rptproj.rsuser
  549. *- [Bb]ackup.rdl
  550. *- [Bb]ackup ([0-9]).rdl
  551. *- [Bb]ackup ([0-9][0-9]).rdl
  552. # Microsoft Fakes
  553. FakesAssemblies/
  554. # GhostDoc plugin setting file
  555. *.GhostDoc.xml
  556. # Node.js Tools for Visual Studio
  557. .ntvs_analysis.dat
  558. node_modules/
  559. # Visual Studio 6 build log
  560. *.plg
  561. # Visual Studio 6 workspace options file
  562. *.opt
  563. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  564. *.vbw
  565. # Visual Studio LightSwitch build output
  566. **/*.HTMLClient/GeneratedArtifacts
  567. **/*.DesktopClient/GeneratedArtifacts
  568. **/*.DesktopClient/ModelManifest.xml
  569. **/*.Server/GeneratedArtifacts
  570. **/*.Server/ModelManifest.xml
  571. _Pvt_Extensions
  572. # Paket dependency manager
  573. .paket/paket.exe
  574. paket-files/
  575. # FAKE - F# Make
  576. .fake/
  577. # CodeRush personal settings
  578. .cr/personal
  579. # Python Tools for Visual Studio (PTVS)
  580. __pycache__/
  581. *.pyc
  582. # Cake - Uncomment if you are using it
  583. # tools/**
  584. # !tools/packages.config
  585. # Tabs Studio
  586. *.tss
  587. # Telerik's JustMock configuration file
  588. *.jmconfig
  589. # BizTalk build output
  590. *.btp.cs
  591. *.btm.cs
  592. *.odx.cs
  593. *.xsd.cs
  594. # OpenCover UI analysis results
  595. OpenCover/
  596. # Azure Stream Analytics local run output
  597. ASALocalRun/
  598. # MSBuild Binary and Structured Log
  599. *.binlog
  600. # NVidia Nsight GPU debugger configuration file
  601. *.nvuser
  602. # MFractors (Xamarin productivity tool) working folder
  603. .mfractor/
  604. # Local History for Visual Studio
  605. .localhistory/
  606. # BeatPulse healthcheck temp database
  607. healthchecksdb
  608. # Backup folder for Package Reference Convert tool in Visual Studio 2017
  609. MigrationBackup/
  610. # Ionide (cross platform F# VS Code tools) working folder
  611. .ionide/
  612. # ---> VisualStudioCode
  613. .vscode/*
  614. !.vscode/settings.json
  615. !.vscode/tasks.json
  616. !.vscode/launch.json
  617. !.vscode/extensions.json
  618. *.code-workspace
  619. # ---> Windows
  620. # Windows thumbnail cache files
  621. Thumbs.db
  622. Thumbs.db:encryptable
  623. ehthumbs.db
  624. ehthumbs_vista.db
  625. # Dump file
  626. *.stackdump
  627. # Folder config file
  628. [Dd]esktop.ini
  629. # Recycle Bin used on file shares
  630. $RECYCLE.BIN/
  631. # Windows Installer files
  632. *.cab
  633. *.msi
  634. *.msix
  635. *.msm
  636. *.msp
  637. # Windows shortcuts
  638. *.lnk