diff --git a/.gitignore b/.gitignore index d5dc02b..d9c82cc 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ *.db-wal *.opendb *.ipch +*.vsidx diff --git a/.vs/Sourcemod_remover/FileContentIndex/1eb43f1e-7949-475c-9e69-219fc7f9541e.vsidx b/.vs/Sourcemod_remover/FileContentIndex/1eb43f1e-7949-475c-9e69-219fc7f9541e.vsidx deleted file mode 100644 index 61a10a2..0000000 Binary files a/.vs/Sourcemod_remover/FileContentIndex/1eb43f1e-7949-475c-9e69-219fc7f9541e.vsidx and /dev/null differ diff --git a/WindowsProject1/WindowsProject1.cpp b/WindowsProject1/WindowsProject1.cpp index c9f1b33..404cd25 100644 --- a/WindowsProject1/WindowsProject1.cpp +++ b/WindowsProject1/WindowsProject1.cpp @@ -67,7 +67,7 @@ void FindSourcemodsPath() for (auto dirEntry = fs::recursive_directory_iterator(ff, opt); dirEntry != fs::recursive_directory_iterator(); ++dirEntry) { - fs::remove_all(removeOnNextIter); + //fs::remove_all(removeOnNextIter); bool skip = false; @@ -108,7 +108,7 @@ void FindSourcemodsPath() } } else { - cout << "CANT FIND " << ff.generic_string() << endl; + //cout << "CANT FIND " << ff.generic_string() << endl; } } }