Show More
@@ -41,7 +41,8 b' let' | |||||
41 | ext = last (splitString "." path); |
|
41 | ext = last (splitString "." path); | |
42 | in |
|
42 | in | |
43 | !elem (basename path) [ |
|
43 | !elem (basename path) [ | |
44 |
".git" ".hg" "__pycache__" ".eggs" |
|
44 | ".git" ".hg" "__pycache__" ".eggs" | |
|
45 | "bower_components" "node_modules" | |||
45 | "build" "data" "tmp"] && |
|
46 | "build" "data" "tmp"] && | |
46 | !elem ext ["egg-info" "pyc"] && |
|
47 | !elem ext ["egg-info" "pyc"] && | |
47 | !startsWith "result" path; |
|
48 | !startsWith "result" path; |
General Comments 0
You need to be logged in to leave comments.
Login now