wip
This commit is contained in:
parent
9dc30ef71c
commit
5566ccecc2
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,9 @@
|
|||
[ignore-patterns source-list]
|
||||
(filter #(not (re-matches ignore-patterns %)) source-list))
|
||||
|
||||
(defn wipe-folder [folder])
|
||||
(defn wipe-folder
|
||||
[folder]
|
||||
(io/delete-file "target/tmp"))
|
||||
|
||||
(defn file-from-cp
|
||||
[resource-path]
|
||||
|
|
Loading…
Reference in a new issue