-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy path.gitignore
More file actions
124 lines (117 loc) · 2.84 KB
/
Copy path.gitignore
File metadata and controls
124 lines (117 loc) · 2.84 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
.cache/clangd
vendor/python-patch
vendor/sparkle
vendor/bat-native-tweetnacl
vendor/gn-project-generators
vendor/web-discovery-project
vendor/depot_tools
vendor/omaha/
.DS_Store
.brave_gclient*
.gclient_*
.tags*
.cipd
/chromium_src/.clang-format
/.idea/
/browser/resources/brave_new_tab_page_refresh/state/background_images/LICENSE
/components/brave_new_tab_ui/data/LICENSE
/components/brave_wallet/browser/zcash/rust/librustzcash/src/
/components/brave_rewards/resources/extension/brave_rewards/out/
/components/third_party/adblock/LICENSE
/components/third_party/local_data/LICENSE
/dist/
/out/
node_modules/
patches/**/*.patchinfo
/tools/recipes/.recipe_deps/
/third_party/argon2/src
/third_party/boringtun/.cargo-home/
/third_party/boringtun/target/
/third_party/brave-vpn-wireguard-nt-dlls/
/third_party/brave-vpn-wireguard-tunnel-dlls/
/third_party/bip39wally-core-native/
/third_party/ethash/src
/third_party/bitcoin-core/src
/third_party/playlist_component/src
/third_party/reclient_configs/src
/third_party/rust/futures_retry/v0_5/crate
/third_party/cryptography
/third_party/macholib
/third_party/libdmg-hfsplus/
/third_party/node/node-*/
/third_party/node/node_modules/
/third_party/node/linux/
/third_party/node/mac/
/third_party/node/mac_arm64/
/third_party/node/win/
/third_party/node/*.tar.gz
/third_party/gn/
/third_party/opengrep/bin/
/third_party/wintun/
/third_party/ast-grep-intermediate/
/third_party/ast-grep-src/
/third_party/ast-grep/ast-grep-*
/third_party/updater/mac/
*.xcodeproj
!/ios/brave-ios/App/*.xcodeproj
*.swp
*.pyc
*.stamp
*.VC.db
*.VC.VC.opendb
.vs/
.vscode/
!third_party/wasm/vendor/**/.vscode
*.vcxproj
*.vcxproj.user
*.vcxproj.filters
*.sln
debug.log
npm-debug.log
.npmrc*
.env*
!tools/crates/vendor/**/.envrc
!third_party/boringtun/vendor/**/.envrc
!third_party/wasm/vendor/**/.envrc
engflow.crt
*.key
!tools/crates/vendor/**/*.key
!third_party/boringtun/vendor/**/*.key
!third_party/wasm/vendor/**/*.key
privkey.pem
*~
CMakeLists.txt
!tools/crates/vendor/**/CMakeLists.txt
!third_party/wasm/vendor/**/CMakeLists.txt
cmake-build-debug/
coverage/
/build/rustup/
venv/
*.dmg
*.pkg
*.deb
*.rpm
*.exe
.storybook-out
test_get_pkgs
build/config/gclient_args.gni
build/version.gni
third_party/rust/target
xcuserdata
# This is a temp file used by script/version_up.py
.version_upgrade
# A file that may be left behind in the CI after running presubmits
.presubmit_results.json
# Per-developer configuration for tools/swift/bsp/gn_bsp_server.py
buildServer.json
# Claude LLM settings (user-specific, not tracked)
.claude/settings.local.json
.claude/CLAUDE.md
.claude/worktrees/
# Generated agent-skill discovery dir. Source of truth is agents/skills/;
# .claude/skills/ is populated with symlinks by agents/skills/setup.py on sync.
.claude/skills/
# Skill-eval harness scratch (harvested results, python caches).
agents/testing/.last_run/
agents/**/__pycache__/
/.ignore/