Bram Vanroy
commited on
Commit
·
6fc246d
1
Parent(s):
fbc7281
fix dockerignore
Browse files- .dockerignore +2 -1
- .gitignore +1 -1
.dockerignore
CHANGED
|
@@ -3,7 +3,8 @@
|
|
| 3 |
**/.mypy_cache
|
| 4 |
**/.idea
|
| 5 |
|
| 6 |
-
|
|
|
|
| 7 |
# Byte-compiled / optimized / DLL files
|
| 8 |
__pycache__/
|
| 9 |
*.py[cod]
|
|
|
|
| 3 |
**/.mypy_cache
|
| 4 |
**/.idea
|
| 5 |
|
| 6 |
+
test.txt
|
| 7 |
+
|
| 8 |
# Byte-compiled / optimized / DLL files
|
| 9 |
__pycache__/
|
| 10 |
*.py[cod]
|
.gitignore
CHANGED
|
@@ -2,7 +2,7 @@ Pipfile*
|
|
| 2 |
data/*
|
| 3 |
*config.json
|
| 4 |
.venv
|
| 5 |
-
|
| 6 |
|
| 7 |
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
|
| 8 |
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
|
|
|
| 2 |
data/*
|
| 3 |
*config.json
|
| 4 |
.venv
|
| 5 |
+
test.txt
|
| 6 |
|
| 7 |
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
|
| 8 |
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|