diff options
author | Mark Powers <markppowers0@gmail.com> | 2020-08-08 08:44:21 -0500 |
---|---|---|
committer | Mark Powers <markppowers0@gmail.com> | 2020-08-08 08:44:21 -0500 |
commit | 96378c5db8da2d1e694fbe219595317ae3682f33 (patch) | |
tree | ef9897f28b7cc63109e04754f315e4c0c7418f4d /.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/ |