lnbits/.gitignore
Eneko Illarramendi 0d33bc2933 refactor: remove databases from code an use schemas instead
All databases are now saved together in the same LNBITS_DATA_FOLDER.
Extensions have to define a schema.yml file for creating the necessary database.
2020-02-10 19:40:01 +01:00

27 lines
190 B
Plaintext

.DS_Store
._*
__pycache__
*.py[cod]
*$py.class
.mypy_cache
.vscode
*.egg
*.egg-info
.coverage
.pytest_cache
htmlcov
Pipfile.lock
*.swo
*.swp
*.pyo
*.pyc
*.env
.env
venv
*.sqlite3
.pyre*