diff options
author | Ben Burwell <ben.burwell@trifecta.com> | 2016-07-29 11:35:17 -0400 |
---|---|---|
committer | Ben Burwell <ben.burwell@trifecta.com> | 2016-07-29 11:35:17 -0400 |
commit | c7ef1919d9898c829c5fb36e2eb612bdf0bde69f (patch) | |
tree | 882b794f6e2164fa9ffb940a74d4252ca6454517 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c2658d7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/ |