forked from facebook/hermes
-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy path.syncignore
More file actions
51 lines (42 loc) · 1.04 KB
/
.syncignore
File metadata and controls
51 lines (42 loc) · 1.04 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
# Local-only: Azure DevOps CI/CD
/.ado/
# Local-only: repo configuration
/.config/
/.gitattributes
/.test262-version
/CMakePresets.json
/SECURITY.md
/guardian_baselines.gdnbaselines
/merged-hermes-revision.txt
# Local-only: Claude Code instructions (rewritten for hermes-windows)
/CLAUDE.md
/CLAUDE-github.md
# Local-only: developer tools
/dev.ps1
/sync-manifest.json
/sync-config.json
/.syncignore
# Local-only: external dependencies not in upstream
/external/boost2/
/external/folly/
/external/icu-small/
/external/react-native/
/external/test262/
/external/ExternalDependenciesSummary.md
# Local-only: Windows API extensions
/API/hermes_node_api/
/API/hermes_node_api_jsi/
/API/hermes_shared/
# Local-only: Windows unit tests
/unittests/NodeAPI/
/unittests/NodeApiJsi/
# Local-only: Windows CMake modules
/cmake/modules/GitCommands.cmake
/cmake/modules/HermesWindows.cmake
/cmake/modules/SourceLink.cmake
# Upstream code excluded to reduce security scan noise
/npm/
/unsupported/
# Local-only: tools not in upstream
/tools/fork-sync/
/tools/hermes_rt/