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.
 
 
 
 
 
 

92 lines
1.3 KiB

  1. /.env
  2. /frontend2/jspm_packages
  3. # Logs
  4. logs
  5. *.log
  6. # Runtime data
  7. pids
  8. *.pid
  9. *.seed
  10. # Directory for instrumented libs generated by jscoverage/JSCover
  11. lib-cov
  12. # Coverage directory used by tools like istanbul
  13. coverage
  14. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  15. .grunt
  16. # node-waf configuration
  17. .lock-wscript
  18. # Compiled binary addons (http://nodejs.org/api/addons.html)
  19. build/Release
  20. # Dependency directory
  21. # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
  22. node_modules
  23. .idea
  24. dist
  25. # Byte-compiled / optimized / DLL files
  26. __pycache__/
  27. *.py[cod]
  28. *$py.class
  29. # C extensions
  30. *.so
  31. # Distribution / packaging
  32. .Python
  33. env/
  34. build/
  35. develop-eggs/
  36. dist/
  37. downloads/
  38. eggs/
  39. .eggs/
  40. lib/
  41. lib64/
  42. parts/
  43. sdist/
  44. var/
  45. *.egg-info/
  46. .installed.cfg
  47. *.egg
  48. # PyInstaller
  49. # Usually these files are written by a python script from a template
  50. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  51. *.manifest
  52. *.spec
  53. # Installer logs
  54. pip-log.txt
  55. pip-delete-this-directory.txt
  56. # Unit test / coverage reports
  57. htmlcov/
  58. .tox/
  59. .coverage
  60. .coverage.*
  61. .cache
  62. nosetests.xml
  63. coverage.xml
  64. *,cover
  65. # Translations
  66. *.mo
  67. *.pot
  68. # Django stuff:
  69. *.log
  70. # Sphinx documentation
  71. docs/_build/
  72. # PyBuilder
  73. target/
  74. /lesspass/config
  75. /lesspass/db.sqlite3