You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

207 lines
3.0 KiB

  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### macOS template
  3. # General
  4. .DS_Store
  5. .AppleDouble
  6. .LSOverride
  7. .idea
  8. # Icon must end with two \r
  9. Icon
  10. # Thumbnails
  11. ._*
  12. # Files that might appear in the root of a volume
  13. .DocumentRevisions-V100
  14. .fseventsd
  15. .Spotlight-V100
  16. .TemporaryItems
  17. .Trashes
  18. .VolumeIcon.icns
  19. .com.apple.timemachine.donotpresent
  20. # Directories potentially created on remote AFP share
  21. .AppleDB
  22. .AppleDesktop
  23. Network Trash Folder
  24. Temporary Items
  25. .apdisk
  26. ### Python template
  27. # Byte-compiled / optimized / DLL files
  28. __pycache__/
  29. *.py[cod]
  30. *$py.class
  31. # C extensions
  32. *.so
  33. # Distribution / packaging
  34. .Python
  35. build/
  36. develop-eggs/
  37. dist/
  38. downloads/
  39. eggs/
  40. .eggs/
  41. lib/
  42. lib64/
  43. parts/
  44. sdist/
  45. var/
  46. wheels/
  47. *.egg-info/
  48. .installed.cfg
  49. *.egg
  50. MANIFEST
  51. # PyInstaller
  52. # Usually these files are written by a python script from a template
  53. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  54. *.manifest
  55. *.spec
  56. # Installer logs
  57. pip-log.txt
  58. pip-delete-this-directory.txt
  59. # Unit test / coverage reports
  60. htmlcov/
  61. .tox/
  62. .coverage
  63. .coverage.*
  64. .cache
  65. nosetests.xml
  66. coverage.xml
  67. *.cover
  68. .hypothesis/
  69. junitxml/
  70. # Translations
  71. *.mo
  72. *.pot
  73. # Django stuff:
  74. *.log
  75. local_settings.py
  76. *.sqlite3
  77. staticfiles/
  78. # Flask stuff:
  79. instance/
  80. .webassets-cache
  81. # Scrapy stuff:
  82. .scrapy
  83. # Sphinx documentation
  84. docs/_build/
  85. # PyBuilder
  86. target/
  87. # Jupyter Notebook
  88. .ipynb_checkpoints
  89. # pyenv
  90. .python-version
  91. # celery beat schedule file
  92. celerybeat-schedule
  93. # SageMath parsed files
  94. *.sage.py
  95. # Environments
  96. .env
  97. .venv
  98. env/
  99. venv/
  100. ENV/
  101. env.bak/
  102. venv.bak/
  103. # Spyder project settings
  104. .spyderproject
  105. .spyproject
  106. # Rope project settings
  107. .ropeproject
  108. # mkdocs documentation
  109. /site
  110. # mypy
  111. .mypy_cache/
  112. ### JetBrains template
  113. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  114. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  115. # User-specific stuff:
  116. .idea/**/workspace.xml
  117. .idea/**/tasks.xml
  118. .idea/dictionaries
  119. # Sensitive or high-churn files:
  120. .idea/**/dataSources/
  121. .idea/**/dataSources.ids
  122. .idea/**/dataSources.xml
  123. .idea/**/dataSources.local.xml
  124. .idea/**/sqlDataSources.xml
  125. .idea/**/dynamic.xml
  126. .idea/**/uiDesigner.xml
  127. # Gradle:
  128. .idea/**/gradle.xml
  129. .idea/**/libraries
  130. # CMake
  131. cmake-build-debug/
  132. # Mongo Explorer plugin:
  133. .idea/**/mongoSettings.xml
  134. ## File-based project format:
  135. *.iws
  136. ## Plugin-specific files:
  137. # IntelliJ
  138. out/
  139. # mpeltonen/sbt-idea plugin
  140. .idea_modules/
  141. # JIRA plugin
  142. atlassian-ide-plugin.xml
  143. # Cursive Clojure plugin
  144. .idea/replstate.xml
  145. # Crashlytics plugin (for Android Studio and IntelliJ)
  146. com_crashlytics_export_strings.xml
  147. crashlytics.properties
  148. crashlytics-build.properties
  149. fabric.properties
  150. ### VirtualEnv template
  151. # Virtualenv
  152. # http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
  153. [Bb]in
  154. [Ii]nclude
  155. [Ll]ib
  156. [Ll]ib64
  157. [Ll]ocal
  158. [Ss]cripts
  159. pyvenv.cfg
  160. pip-selfcheck.json
  161. # ignore webpack state
  162. node_modules/
  163. bundle/
  164. webpack-stats.json
  165. .vscode
  166. backend/filepond-temp-uploads
  167. backend/media
  168. backend/*.sqlite3*
  169. frontend/assets/fonts