commit d48dfc79a2379f82f37462dbe62e18ad4972d6a6 Author: PossiblyAxolotl Date: Tue Sep 10 10:17:01 2024 -0600 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..be9a16a --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + +# Discord bot token file +token.txt \ No newline at end of file