Skip to content

Commit

Permalink
Update Jekyll's ignores. (#1013)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 23, 2019
1 parent f3f080c commit c810fa3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
exclude:
- "*.conf"
- "node_modules"
- "benchmarks"
- "node_modules"
- "src"
- "tests"
- "backtest.js"
- "benchmark.js"
- "cli.js"
- "Gruntfile.js"
- "package.json"
- "package-lock.json"
- "README.md"
- "LICENSE"
- "test.js"

0 comments on commit c810fa3

Please sign in to comment.