caviri
commited on
Commit
·
deb7970
1
Parent(s):
1cce90b
bug: Problem building image without the folders
Browse files- .gitignore +2 -2
- data/.gitkeep +0 -0
.gitignore
CHANGED
@@ -6,8 +6,8 @@ __pycache__/
|
|
6 |
*$py.class
|
7 |
|
8 |
#Data
|
9 |
-
test/data
|
10 |
-
data
|
11 |
app/assets/tmp_json/*.json
|
12 |
|
13 |
# C extensions
|
|
|
6 |
*$py.class
|
7 |
|
8 |
#Data
|
9 |
+
test/data/*.json
|
10 |
+
data/*.json
|
11 |
app/assets/tmp_json/*.json
|
12 |
|
13 |
# C extensions
|
data/.gitkeep
ADDED
File without changes
|