diff options
author | Arcensoth <arcensoth@gmail.com> | 2018-02-23 15:55:15 -0500 |
---|---|---|
committer | Arcensoth <arcensoth@gmail.com> | 2018-02-23 15:55:15 -0500 |
commit | 37b8cfc92c275dbdc12f3a1dcb7112cf5326b335 (patch) | |
tree | 59bb7e5fb2ae8b8850c8dad751ab3314c0ba569e | |
parent | Change the in-game message format (diff) | |
download | shulker-37b8cfc92c275dbdc12f3a1dcb7112cf5326b335.tar.gz shulker-37b8cfc92c275dbdc12f3a1dcb7112cf5326b335.zip |
Ignore node installation files
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..504afef --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules/ +package-lock.json |