Skip to content

Commit 00c3080

Browse files
committed
Update .dockerignore
1 parent ed7b331 commit 00c3080

File tree

1 file changed

+8
-27
lines changed

1 file changed

+8
-27
lines changed

tests/slo_workloads/.dockerignore

Lines changed: 8 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@
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
3136
docs/
32-
*.txt
3337
!requirements.txt
3438

3539
# CI/CD
3640
.circleci
3741
.travis.yml
3842
azure-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
4945
ydb/core/
5046
ydb/apps/
5147
ydb/services/
5248
ydb/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-

0 commit comments

Comments
 (0)