lnbits/.gitignore

36 lines
285 B
Plaintext
Raw Normal View History

.DS_Store
._*
__pycache__
*.py[cod]
*$py.class
.mypy_cache
.vscode
2021-06-18 09:06:16 +00:00
*-lock.json
*.egg
*.egg-info
.coverage
.pytest_cache
.webassets-cache
htmlcov
test-reports
tests/data
2019-12-13 22:41:39 +00:00
*.swo
*.swp
*.pyo
*.pyc
*.env
2019-12-14 09:13:27 +00:00
.env
.venv
2019-12-13 22:41:39 +00:00
venv
*.sqlite3
.pyre*
__bundle__
2020-05-03 16:55:17 +00:00
node_modules
2020-09-15 18:54:05 +00:00
lnbits/static/bundle.*