diff options
author | Christopher Baines <cb15g11@soton.ac.uk> | 2014-09-07 18:00:23 +0100 |
---|---|---|
committer | Christopher Baines <cb15g11@soton.ac.uk> | 2014-09-08 12:39:32 +0100 |
commit | 94990194cdec4f4f9348d2323a80004e6fc82f25 (patch) | |
tree | af121ffaad21356181fb30e3f39da2e4f0097770 /.gitignore | |
download | maps.southampton.ac.uk-94990194cdec4f4f9348d2323a80004e6fc82f25.tar maps.southampton.ac.uk-94990194cdec4f4f9348d2323a80004e6fc82f25.tar.gz |
Initial commit
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..f789c72 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +dist/ +*.swp +*~ +node_modules/ |