blob: 3b683b726bbe56bcb494f036ada27472feee9112 [file] [log] [blame]
# Ignore symlinks created by Bazel.
#
# A glob is used to capture these and any created in subdirectories that also
# define WORKSPACE.bazel files.
#
# bazel-workstation:
# Bazel execution root, contains symlinks to externally loaded dependencies.
#
# bazel-out:
# Bazel output path, contains directories for multiple build configurations.
#
# bazel-bin:
# Symlink to most recently used output-build-configuration
# equivalent to the most recently used configuration output folder in GN.
#
# bazel-testlogs:
# Test logs
#
bazel-*
# Files created by IntelliJ IDE.
.idea
fortune-teller.iml
# Files created by VSCode.
.vscode
# Files created by CCLS (C++ language server).
.ccls-cache