mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-19 09:54:21 +01:00
d0107f7830
fail if `bundle.min.css` or `bundle.min.js` differes from a `make bundle` output Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
53 lines
552 B
Plaintext
53 lines
552 B
Plaintext
.DS_Store
|
|
._*
|
|
|
|
__pycache__
|
|
*.py[cod]
|
|
*$py.class
|
|
.mypy_cache
|
|
.vscode
|
|
*-lock.json
|
|
|
|
*.egg
|
|
*.egg-info
|
|
.coverage
|
|
.pytest_cache
|
|
.webassets-cache
|
|
htmlcov
|
|
test-reports
|
|
tests/data/*.sqlite3
|
|
|
|
*.swo
|
|
*.swp
|
|
*.pyo
|
|
*.pyc
|
|
*.env
|
|
.env
|
|
.pre-commit-config.yaml
|
|
|
|
data
|
|
*.sqlite3
|
|
.pyre*
|
|
|
|
__bundle__
|
|
|
|
coverage.xml
|
|
node_modules
|
|
lnbits/static/bundle.js
|
|
lnbits/static/bundle.css
|
|
lnbits/static/bundle.min.js.old
|
|
lnbits/static/bundle.min.css.old
|
|
docker
|
|
|
|
# Nix
|
|
*result*
|
|
|
|
# fly.io
|
|
fly.toml
|
|
|
|
lnbits-backup.zip
|
|
|
|
# Ignore extensions (post installable extension PR)
|
|
extensions
|
|
upgrades/
|