diff --git a/.gitignore b/.gitignore index 10b18f13..3c363b0d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,18 @@ # Bot Configuration config.js -# Node modules -node_modules -yarn.lock - # DB giveaways.json # Backups backups +# commands.md +**/commands.md + +# Clips +clips + # Mac OS files .DS_Store @@ -21,8 +23,6 @@ report*.json # IDE .vscode -# commands.md -**/commands.md - -# Clips -clips \ No newline at end of file +# Node modules +node_modules +yarn.lock \ No newline at end of file