diff options
author | Joris | 2017-04-04 23:40:54 +0200 |
---|---|---|
committer | Joris | 2017-04-04 23:42:42 +0200 |
commit | f6a73e5bd6a5e2d7d4eb9c8a14bdf1a0c8a4ac4c (patch) | |
tree | 184b0ef41ad60dcc9e5cc927604c031e0db81bbf /.gitignore | |
parent | 6228c242fda7b33bc919f2a74509314d1e671d4b (diff) |
Bootstrap purescript
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dbfb8e7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/public/main.js +/output/ +/bower_components/ +/node_modules/ |