diff options
author | William Harrington <kb0iic@berzerkula.org> | 2019-04-17 16:55:18 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2019-04-17 16:55:18 -0500 |
commit | 7d8b47c6749c2fff610163386fc09e13f1e2c111 (patch) | |
tree | bc675861f877aefe15215be628f6499bd70bd0b5 | |
parent | d0c113b62d629df378a43648c04c6200be8c7929 (diff) |
Ignore node_modules
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules |