generated from guanyuankai/bonus-edge-proxy
18 lines
349 B
Plaintext
18 lines
349 B
Plaintext
# Bzlmod lockfile
|
|
MODULE.bazel.lock
|
|
# Ignore all bazel-* symlinks.
|
|
/bazel-*
|
|
# Ignore Bazel verbose explanations
|
|
--verbose_explanations
|
|
# Ignore CMake usual build directory
|
|
build
|
|
# Ignore Vim files
|
|
*.swp
|
|
# Ignore QtCreator Project file
|
|
CMakeLists.txt.user
|
|
# Ignore VS Code files
|
|
.vscode/*
|
|
# Ignore generated python artifacts
|
|
*.pyc
|
|
copts/__pycache__/
|