Permalink
Please sign in to comment.
15
.gitignore
@@ -0,0 +1,15 @@ | ||
+lib-cov | ||
+*.seed | ||
+*.log | ||
+*.csv | ||
+*.dat | ||
+*.out | ||
+*.pid | ||
+*.gz | ||
+ | ||
+pids | ||
+logs | ||
+results | ||
+ | ||
+node_modules | ||
+npm-debug.log |
0 comments on commit
853880c