diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-04-22 00:43:57 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-04-22 00:43:57 -0400 |
| commit | a6581c55ba134b3c9547968315c8915ae52fe016 (patch) | |
| tree | 2accb1cd88357446e06fbc77634a4bc7b43c3e72 /.gitignore | |
microtonal sampler
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b78a20a --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +# Logs +logs +*.log + +# Runtime data +pids +*.pid +*.seed + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + +# Dependency directory +# Commenting this out is preferred by some people, see +# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git- +node_modules + +# Users Environment Variables +.lock-wscript + +./lib/ +./data/ + +*~ +*.swp + +.DS_Store + |
