|
|
|
|
@ -124,8 +124,7 @@ std::vector<std::string> Project::Build::get_exclude_folders() {
|
|
|
|
|
boost::filesystem::path(default_build_path).filename().string(), boost::filesystem::path(debug_build_path).filename().string(), // C/C++
|
|
|
|
|
"target", // Rust
|
|
|
|
|
"node_modules", "dist", "coverage", ".expo", // JavaScript
|
|
|
|
|
".mypy_cache", |
|
|
|
|
"__pycache__" // Python
|
|
|
|
|
".mypy_cache", "__pycache__", ".venv" // Python
|
|
|
|
|
}; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|