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