File tree Expand file tree Collapse file tree 1 file changed +8
-27
lines changed
Expand file tree Collapse file tree 1 file changed +8
-27
lines changed Original file line number Diff line number Diff line change 55.gitattributes
66
77# IDE and editor files
8- .vscode
9- .idea
8+ .idea /
9+ .vscode /
10+ .cache /
11+ .cursor /
12+ .cursorrules
1013* .swp
1114* .swo
12- * ~
1315.DS_Store
16+ * .dSYM
17+ .clangd
18+ compile_commands.json
1419
1520# Build artifacts and cache
1621* .o
@@ -29,39 +34,15 @@ node_modules/
2934# Documentation
3035* .md
3136docs /
32- * .txt
3337! requirements.txt
3438
3539# CI/CD
3640.circleci
3741.travis.yml
3842azure-pipelines.yml
3943
40- # Test files
41- * _test.cpp
42- * _test.py
43- * _ut.cpp
44- test_ *
45- tests /
46- ! ydb /public /sdk /cpp /tests /slo_workloads /
47-
4844# Large directories not needed for SDK builds
4945ydb /core /
5046ydb /apps /
5147ydb /services /
5248ydb /tools /
53-
54- # Keep only what's needed (specified in Dockerfile COPY commands):
55- # - build/
56- # - certs/
57- # - contrib/
58- # - library/cpp/
59- # - tools/
60- # - util/
61- # - ydb/library/yverify_stream/
62- # - ydb/public/api/
63- # - ydb/public/lib/protobuf/
64- # - ydb/public/lib/validation/
65- # - ydb/public/sdk/cpp/
66- # - ya
67-
You can’t perform that action at this time.
0 commit comments