kong--kong
40 行
708 B
Plaintext
40 行
708 B
Plaintext
# NB: sematics here are not the same as .gitignore
|
|
# see https://github.com/bazelbuild/bazel/issues/8106
|
|
# Ignore backup files.
|
|
*~
|
|
# Ignore Vim swap files.
|
|
.*.swp
|
|
# Ignore files generated by IDEs.
|
|
/.aswb/
|
|
/.cache/
|
|
/.classpath
|
|
/.clwb/
|
|
/.factorypath
|
|
/.idea/
|
|
/.ijwb/
|
|
/.project
|
|
/.settings
|
|
/.vscode/
|
|
/bazel.iml
|
|
# Ignore all bazel-* symlinks. There is no full list since this can change
|
|
# based on the name of the directory bazel is cloned into.
|
|
/bazel-*
|
|
# Ignore outputs generated during Bazel bootstrapping.
|
|
/output/
|
|
# Ignore jekyll build output.
|
|
/production
|
|
/.sass-cache
|
|
# Bazelisk version file
|
|
.bazelversion
|
|
# User-specific .bazelrc
|
|
user.bazelrc
|
|
|
|
/t/
|
|
/spec/
|
|
/spec-ee/
|
|
/servroot/
|
|
/autodoc/
|
|
/.github/
|
|
|
|
.DS_Store
|