summaryrefslogtreecommitdiff
path: root/.dockerignore
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@debian.org>2020-07-14 16:26:13 +0200
committerJohannes 'josch' Schauer <josch@debian.org>2020-07-14 16:26:13 +0200
commit075e7e02683d9db1b303de8e8c17ff7da4c62510 (patch)
tree72d3ed7514879810445f4309e641e29d9c57d02d /.dockerignore
parent61b98ca52e8d48a6ad3b4baed5feb4b38ee53804 (diff)
New upstream version 0.17.0+dfsg1
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
index f4d0337..044460b 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -4,6 +4,9 @@
*/*/*/*~
*/*/*/*/*~
+#
+local/
+
# Git
.git
.gitignore
@@ -36,6 +39,11 @@ robot_report.html
test_basic/
setup.cfg
+# node_modules
node_modules/
+*/node_modules/
+*/*/node_modules/
+*/*/*/node_modules/
+*/*/*/*/node_modules/
.tx/ \ No newline at end of file