diff options
author | destruc7i0n <dscdsouza@outlook.com> | 2020-04-29 10:00:30 -0400 |
---|---|---|
committer | destruc7i0n <dscdsouza@outlook.com> | 2020-04-29 10:00:30 -0400 |
commit | e288b74fabf5a6d69ebdf32182fadd35b2ace1b3 (patch) | |
tree | 072b3ab2a4770fbaee5a16cf4bae6b081e1bf21a /.gitignore | |
parent | Update README.md (diff) | |
download | shulker-e288b74fabf5a6d69ebdf32182fadd35b2ace1b3.tar.gz shulker-e288b74fabf5a6d69ebdf32182fadd35b2ace1b3.zip |
add the ability to handle webhook messages
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index effcb88..cb53203 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ package-lock.json yarn-error.log .idea build +.DS_Store |