diff options
author | eric thul <thul.eric@gmail.com> | 2016-06-12 15:17:44 -0400 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2016-06-12 15:17:44 -0400 |
commit | 531c751fe5593750a377db38bcfaf9a5383ac661 (patch) | |
tree | 935b5f17cc29bee58e27b474fe604a3257b7fc63 /.gitignore | |
parent | 7243be70a2163be2230a5f2739768137305a24ef (diff) | |
download | purs-loader-531c751fe5593750a377db38bcfaf9a5383ac661.tar.gz purs-loader-531c751fe5593750a377db38bcfaf9a5383ac661.tar.zst purs-loader-531c751fe5593750a377db38bcfaf9a5383ac661.zip |
Reduce building of PureScript module map
Resolves #59 and resolves #60
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ | |||
1 | **DS_Store* | 1 | **DS_Store* |
2 | node_modules/ | 2 | node_modules/ |
3 | index.js | 3 | lib/ |