Browse Source

Initial commit

master
Brett Langdon 13 years ago
commit
9a4a889703
2 changed files with 19 additions and 0 deletions
  1. +15
    -0
      .gitignore
  2. +4
    -0
      README.md

+ 15
- 0
.gitignore View File

@ -0,0 +1,15 @@
lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
pids
logs
results
node_modules
npm-debug.log

+ 4
- 0
README.md View File

@ -0,0 +1,4 @@
automodule
==========
Node.JS module to auto include your sub-modules or to generate static include scripts.

Loading…
Cancel
Save