Browse Source

Ignore adhoc_* files

Son NK 5 years ago
parent
commit
5ce21bfa16
2 changed files with 3 additions and 1 deletions
  1. 1 0
      .dockerignore
  2. 2 1
      .gitignore

+ 1 - 0
.dockerignore

@@ -8,3 +8,4 @@ db.sqlite
 config
 config
 LICENSE
 LICENSE
 README.md
 README.md
+adhoc_*

+ 2 - 1
.gitignore

@@ -8,4 +8,5 @@ db.sqlite
 config
 config
 static/node_modules
 static/node_modules
 db.sqlite-journal
 db.sqlite-journal
-static/upload
+static/upload
+adhoc_*