Simp-O-Matic

Dumb Discord bot in TS.
git clone git://git.knutsen.co/Simp-O-Matic
Log | Files | Refs | README | LICENSE

commit 92ddc8c7335d1b2adb97e500f4df5c10c3ec434a
parent e41ffa1be8d7df16c442b1df52adecec776ac219
Author: Bruno <b-coimbra@hotmail.com>
Date:   Sun, 20 Sep 2020 15:04:20 -0300

Merge pull request #21 from jack-javana/master

Add trash folders to .gitignore 
Diffstat:
M.gitignore | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -32,3 +32,7 @@ export*.json ehthumbs.db Thumbs.db desktop.ini + +# Some ide/source code editor folders +.idea/ +.vscode/+ \ No newline at end of file