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 changed files with 17 additions and 2 deletions
|
|
@ -1,6 +1,21 @@
|
||||||
.git
|
.git
|
||||||
docs
|
data
|
||||||
docker
|
docker
|
||||||
|
docs
|
||||||
|
tests
|
||||||
|
venv
|
||||||
|
|
||||||
# ignore all the markdown
|
|
||||||
*.md
|
*.md
|
||||||
|
*.log
|
||||||
|
|
||||||
|
.env
|
||||||
|
|
||||||
|
.gitignore
|
||||||
|
.prettierrc
|
||||||
|
conv.py
|
||||||
|
LICENSE
|
||||||
|
Makefile
|
||||||
|
mypy.ini
|
||||||
|
package-lock.json
|
||||||
|
package.json
|
||||||
|
pytest.ini
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue