forked from openclaw/Peekaboo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.watchmanconfig
More file actions
75 lines (75 loc) · 1.33 KB
/
Copy path.watchmanconfig
File metadata and controls
75 lines (75 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"ignore_dirs": [
"**/.build/**",
"**/DerivedData/**",
"**/node_modules/**",
"*.7z",
"*.app",
"*.dSYM",
"*.framework",
"*.gz",
"*.ipa",
"*.rar",
"*.swiftdoc",
"*.swiftmodule",
"*.swiftsourceinfo",
"*.swo",
"*.swp",
"*.tar",
"*.temp",
"*.tmp",
"*.xcodeproj/project.xcworkspace/xcuserdata",
"*.xcodeproj/xcuserdata",
"*.xcworkspace/xcshareddata/xcschemes",
"*.xcworkspace/xcuserdata",
"*.zip",
".DS_Store",
".build",
".bzr",
".cache",
".cursor",
".git",
".hg",
".idea",
".next",
".nuxt",
".nyc_output",
".parcel-cache",
".svn",
".tmp",
".vs",
".vscode",
"DerivedData",
"Package.resolved",
"Thumbs.db",
"build",
"coverage",
"desktop.ini",
"dist",
"node_modules",
"out",
"temp",
"tmp",
"**/test_results/**",
"**/*.xcuserstate",
"**/Version.swift"
],
"ignore_vcs": [
".git",
".svn",
".hg",
".bzr"
],
"idle_reap_age_seconds": 300,
"gc_age_seconds": 259200,
"gc_interval_seconds": 86400,
"max_files": 15000,
"settle": 1000,
"_metadata": {
"generated_by": "poltergeist",
"project_type": "mixed",
"performance_profile": "balanced",
"generated_at": "2025-11-22T11:35:16.426Z",
"total_exclusions": 53
}
}