From 185a77700c12abd29b10556d8c7fb14c94c27ef6 Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Sun, 12 Jun 2022 18:24:03 +0500 Subject: [PATCH] gitignore --- .gitignore | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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