No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 

198 líneas
2.4 KiB

  1. *.pyc
  2. *.py~
  3. *.comp.js
  4. *.DS_Store
  5. locale
  6. .wnf-lang-status
  7. *.swp
  8. *.egg-info
  9. dist/
  10. # build/
  11. frappe/docs/current
  12. frappe/public/dist
  13. .vscode
  14. .vs
  15. node_modules
  16. .kdev4/
  17. *.kdev4
  18. *debug.log
  19. # Not Recommended, but will remove once webpack ready
  20. package-lock.json
  21. # Byte-compiled / optimized / DLL files
  22. __pycache__/
  23. *.py[cod]
  24. *$py.class
  25. # C extensions
  26. *.so
  27. # Distribution / packaging
  28. .Python
  29. # build/
  30. develop-eggs/
  31. dist/
  32. downloads/
  33. eggs/
  34. .eggs/
  35. lib/
  36. lib64/
  37. parts/
  38. sdist/
  39. var/
  40. wheels/
  41. *.egg-info/
  42. .installed.cfg
  43. *.egg
  44. MANIFEST
  45. # PyInstaller
  46. # Usually these files are written by a python script from a template
  47. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  48. *.manifest
  49. *.spec
  50. # Installer logs
  51. pip-log.txt
  52. pip-delete-this-directory.txt
  53. # Unit test / coverage reports
  54. htmlcov/
  55. .tox/
  56. .coverage
  57. .coverage.*
  58. .cache
  59. nosetests.xml
  60. coverage.xml
  61. *.cover
  62. .hypothesis/
  63. .pytest_cache/
  64. .cypress-coverage
  65. # Translations
  66. *.mo
  67. *.pot
  68. # Django stuff:
  69. *.log
  70. .static_storage/
  71. .media/
  72. local_settings.py
  73. # Flask stuff:
  74. instance/
  75. .webassets-cache
  76. # Scrapy stuff:
  77. .scrapy
  78. # Sphinx documentation
  79. docs/_build/
  80. # PyBuilder
  81. target/
  82. # Jupyter Notebook
  83. .ipynb_checkpoints
  84. # pyenv
  85. .python-version
  86. # celery beat schedule file
  87. celerybeat-schedule
  88. # SageMath parsed files
  89. *.sage.py
  90. # Environments
  91. .env
  92. .venv
  93. env/
  94. venv/
  95. ENV/
  96. env.bak/
  97. venv.bak/
  98. # Spyder project settings
  99. .spyderproject
  100. .spyproject
  101. # Rope project settings
  102. .ropeproject
  103. # mkdocs documentation
  104. /site
  105. # mypy
  106. .mypy_cache/
  107. # Logs
  108. logs
  109. *.log
  110. npm-debug.log*
  111. yarn-debug.log*
  112. yarn-error.log*
  113. # Runtime data
  114. pids
  115. *.pid
  116. *.seed
  117. *.pid.lock
  118. # Directory for instrumented libs generated by jscoverage/JSCover
  119. lib-cov
  120. # Coverage directory used by tools like istanbul
  121. coverage
  122. # nyc test coverage
  123. .nyc_output
  124. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  125. .grunt
  126. # Bower dependency directory (https://bower.io/)
  127. bower_components
  128. # node-waf configuration
  129. .lock-wscript
  130. # Compiled binary addons (https://nodejs.org/api/addons.html)
  131. build/Release
  132. # Dependency directories
  133. node_modules/
  134. jspm_packages/
  135. # Typescript v1 declaration files
  136. typings/
  137. # Optional npm cache directory
  138. .npm
  139. # Optional eslint cache
  140. .eslintcache
  141. # Optional REPL history
  142. .node_repl_history
  143. # Output of 'npm pack'
  144. *.tgz
  145. # Yarn Integrity file
  146. .yarn-integrity
  147. # dotenv environment variables file
  148. .env
  149. # next.js build output
  150. .next
  151. # cypress
  152. cypress/screenshots
  153. cypress/videos
  154. # JetBrains IDEs
  155. .idea/