diff options
| author | 8cy <[email protected]> | 2020-06-15 03:11:07 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-06-15 03:11:07 -0700 |
| commit | dc8b0cc5afbd012b7f4be060dc5cefe9b3c03947 (patch) | |
| tree | bcb7e56dfda865012d719886865fb7b9d35e534d /.gitignore | |
| parent | Initial commit (diff) | |
| download | lua-discord-bot-example-dc8b0cc5afbd012b7f4be060dc5cefe9b3c03947.tar.xz lua-discord-bot-example-dc8b0cc5afbd012b7f4be060dc5cefe9b3c03947.zip | |
enjoy the essay readme )))
:heart:
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cb222a9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/deps +discordia.log +gateway.json
\ No newline at end of file |