diff options
author | destruc7i0n <destruc7i0n@users.noreply.github.com> | 2022-01-03 16:08:32 -0500 |
---|---|---|
committer | destruc7i0n <destruc7i0n@users.noreply.github.com> | 2022-01-03 16:08:32 -0500 |
commit | 3b0306b0f09d79426c117784092701e1a4d8133c (patch) | |
tree | 85d687f92776eaeb224bc30fac00eec304e858ef /.gitignore | |
parent | added debug for webhook ratelimit (diff) | |
download | shulker-3b0306b0f09d79426c117784092701e1a4d8133c.tar.gz shulker-3b0306b0f09d79426c117784092701e1a4d8133c.zip |
added tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index dd59e72..78b1b88 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ yarn-error.log build .DS_Store config.json +.env* |