diff options
author | destruc7i0n <6181960+destruc7i0n@users.noreply.github.com> | 2018-08-30 10:59:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-30 10:59:26 -0400 |
commit | e3f47e35372617d9d520b52543c499d21b186c22 (patch) | |
tree | 7b8cee8403ce5d8c0aea68149d46ee58efaa2c0d /.gitignore | |
parent | Merge pull request #21 from destruc7i0n/remove-ci (diff) | |
parent | Allow configurable discord format (diff) | |
download | shulker-e3f47e35372617d9d520b52543c499d21b186c22.tar.gz shulker-e3f47e35372617d9d520b52543c499d21b186c22.zip |
Merge pull request #29 from Arcensoth/master
Allow configurable message formats
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 |