From c8b7af4fb79d53293286dbe6326d1a911266f7e8 Mon Sep 17 00:00:00 2001 From: Casey Date: Sun, 21 Aug 2022 15:58:36 -0400 Subject: [PATCH] Why were these in gitignore --- .gitignore | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/.gitignore b/.gitignore index 282f3eabf8..f1f3da5a5c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +<<<<<<< HEAD #ignore misc BYOND files Thumbs.db vchat.db @@ -29,3 +30,33 @@ temp.dmi node_modules/ package-lock.json +======= +#ignore misc BYOND files +Thumbs.db +vchat.db +vchat.db* +*.log +*.int +*.rsc +*.dmb +*.lk +*.backup +*.before +*.pyc +*.pid +data +data/ +cfg/ + +#Visual studio stuff +*.vscode/* +!/.vscode/launch.json +!/.vscode/extensions.json +!/.vscode/settings.json +!/.vscode/tasks.json + +temp.dmi + +node_modules/ +package-lock.json +>>>>>>> 2d854312ad... Merge pull request #13549 from Cameron653/git-stop-ignoring