Browse Source

Updated python exclude folders

master
eidheim 1 month ago
parent
commit
d3308e6843
  1. 3
      src/project_build.cpp

3
src/project_build.cpp

@ -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++ boost::filesystem::path(default_build_path).filename().string(), boost::filesystem::path(debug_build_path).filename().string(), // C/C++
"target", // Rust "target", // Rust
"node_modules", "dist", "coverage", ".expo", // JavaScript "node_modules", "dist", "coverage", ".expo", // JavaScript
".mypy_cache", ".mypy_cache", "__pycache__", ".venv" // Python
"__pycache__" // Python
}; };
} }

Loading…
Cancel
Save