mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 18:34:46 +00:00
chore: auto format code
This commit is contained in:
@@ -48,10 +48,10 @@ func isHandledByMoClean(path string) bool {
|
||||
// Project dependency and build directories.
|
||||
var projectDependencyDirs = map[string]bool{
|
||||
// JavaScript/Node.
|
||||
"node_modules": true,
|
||||
"node_modules": true,
|
||||
"bower_components": true,
|
||||
".yarn": true,
|
||||
".pnpm-store": true,
|
||||
".yarn": true,
|
||||
".pnpm-store": true,
|
||||
|
||||
// Python.
|
||||
"venv": true,
|
||||
|
||||
Reference in New Issue
Block a user