adding .idea folder, removing old code

This commit is contained in:
2020-07-21 19:53:36 -04:00
parent df25294055
commit 08481ec31f
3 changed files with 1 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ func RebuildProject(riderEnabled bool, doBuild bool) {
checkPath(projectABSPath) // Verifying path, will exit if fail
fmt.Println("Using Project Absolute Path: ", projectABSPath)
// Setting the folders to remove //remove.go
folderRemove := []string{".vs", "Binaries", "Intermediate", "Saved"}
folderRemove := []string{".vs", "Binaries", "Intermediate", "Saved", ".idea"}
fmt.Println("Removing Folders...")
err = removeFolders(folderRemove)
if err != nil {