/
githubmirror
/
nbs
Обзор
Документация
Войти
/
githubmirror
/
nbs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.gitignore
173 строки
3 KB
Daniil Komarevtsev
Add .build to gitignore (#6392)
01 июл 2026, 14:02
Не верифицирован
01 июл 2026, 14:02
4716d3c
Код
Авторство
О чём код?
.git # Ignore all cloud/disk_manager/** cloud/tasks/** cloud/blockstore/** cloud/filestore/** cloud/storage/** # Unignore all with extensions !*.* # Unignore all dirs !*/ # Allow docker files !Dockerfile # nginx default conf !default !LICENSE !crontab # id_rsa key used for testing vm created localy during the test !id_rsa !README !gradlew !conf !makefile !ya !run_testpack # Ignore all img files except for test images *.img !./cloud/disk_manager/test/images/recipe/data/vmdk.img !./cloud/disk_manager/test/images/recipe/data/vmdk_stream_optimized.img !./cloud/disk_manager/test/images/recipe/data/qcow2.img !./cloud/disk_manager/test/images/recipe/data/vhd_dynamic.img !./cloud/disk_manager/test/images/recipe/data/vhd_raw.img !./cloud/disk_manager/test/images/recipe/data/raw.img !./cloud/disk_manager/test/images/recipe/data/qcow2_other.img # debian package built during tests *.deb # logs *.log # build system generated files cmake-build-debug-system/* cmake-build-debug/* cmake.* .build/ ./build/ .idea/ ./.idea/* .temporary *.cmake .conan __pycache__ *.py[cod] *$py.class /list_result.log # distclang .distclang* # MacOS specific .DS_Store # clangd cache .cache compile_commands.json /build_* /build-* # Prerequisites *.d # Compiled Object files *.slo *.lo *.o *.obj # Precompiled Headers *.gch *.pch # Compiled Dynamic libraries *.so *.dylib *.dll # Compiled Static libraries *.lai *.la *.a *.lib # Executables *.exe *.out *.app *.debug # Generated proto files *.pb.h *.pb.cc *.pb.go *.pb.gw.go *.pb.h_serialized.cpp *_pb2.py *_pb2_grpc.py *_pb2.pyi # Ya make test files test-results # Test binaries and generated dirs *-ut **/tests/tests **/tests/**/cloud-blockstore-tests-loadtest-compaction **/tests/**/cloud-blockstore-tests-loadtest-local-checkrange **/benchmark/benchmark # Autogenerated util, library tools and contrib files /util/all_*.cpp /util/charset/all_charset.cpp /contrib/tools/ragel6/all_*.cpp /contrib/go/_std_1.21/src/net/_cgo_export.h /contrib/go/_std_1.21/src/runtime/cgo/_cgo_export.h /contrib/libs/apache/arrow/cpp/src/generated /contrib/python/moto/bin/moto_server /contrib/python/protobuf/py3/google.protobuf.internal._api_implementation.reg3.cpp /contrib/python/protobuf/py3/google.protobuf.pyext._message.reg3.cpp /contrib/tools/python3/src/Modules/_sqlite/_sqlite3.reg3.cpp /library/python/runtime_py3/__res.pyx.cpp /library/python/runtime_py3/__res.reg3.cpp /library/python/runtime_py3/sitecustomize.pyx.cpp /library/python/runtime_py3/sitecustomize.reg3.cpp /library/python/symbols/module/library.python.symbols.module.syms.reg3.cpp /tools/archiver/archiver /tools/black_linter/black_linter /tools/event2cpp/bin/event2cpp /tools/event2cpp/event2cpp /tools/flake8_linter/flake8_linter # IDE files *.swp /.vscode/* /*.code-workspace /*.code-workspace.bak .codex # act files .input .secrets .vars # ydb files contrib/ydb/apps/ydbd/ydbd contrib/ydb/apps/ydb/ydb contrib/ydb/library/yql/providers/generic/style/ydb-library-yql-providers-generic-style contrib/ydb/library/yql/public/udf/tz/gen/tz_gen # env files .env # QEMU recipe files cloud/storage/core/tools/testing/qemu/bin/usr/** cloud/storage/core/tools/testing/qemu/bin/qemu-bin.tar.gz cloud/filestore/bin/pids.txt