Commit
·
b15e671
1
Parent(s):
bec78d1
update git and docker ignore files. Note:cli.py was deleted in last commit.
Browse files- .dockerignore +0 -2
- .gitignore +0 -1
.dockerignore
CHANGED
@@ -2,10 +2,8 @@
|
|
2 |
.devcontainer
|
3 |
__pycache__/
|
4 |
*.git
|
5 |
-
data/
|
6 |
temp/
|
7 |
archive/
|
8 |
-
cli.py
|
9 |
Pipfile
|
10 |
Pipfile.lock
|
11 |
api_config.yml
|
|
|
2 |
.devcontainer
|
3 |
__pycache__/
|
4 |
*.git
|
|
|
5 |
temp/
|
6 |
archive/
|
|
|
7 |
Pipfile
|
8 |
Pipfile.lock
|
9 |
api_config.yml
|
.gitignore
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
data/*
|
2 |
archive/*
|
3 |
temp/
|
4 |
api_config.yml
|
|
|
|
|
1 |
archive/*
|
2 |
temp/
|
3 |
api_config.yml
|