mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-19 01:43:42 +01:00
addition to dockerignore (#722)
* add venv, data, tests to dockerignore * add config files to ignore Co-authored-by: dni <dni.khr@gmail.com>
This commit is contained in:
parent
0825519361
commit
a57980469b
@ -1,6 +1,21 @@
|
||||
.git
|
||||
docs
|
||||
data
|
||||
docker
|
||||
docs
|
||||
tests
|
||||
venv
|
||||
|
||||
# ignore all the markdown
|
||||
*.md
|
||||
*.log
|
||||
|
||||
.env
|
||||
|
||||
.gitignore
|
||||
.prettierrc
|
||||
conv.py
|
||||
LICENSE
|
||||
Makefile
|
||||
mypy.ini
|
||||
package-lock.json
|
||||
package.json
|
||||
pytest.ini
|
||||
|
Loading…
Reference in New Issue
Block a user