/.bazel_path | |
# Ignore outputs generated during Bazel build | |
/target | |
# Ignore all bazel-* symlinks | |
/bazel-* | |
# macOS-specific excludes | |
/.DS_Store | |
# Ignore files generated by IDEs | |
*.iml | |
/.apt_generated/ | |
/.apt_generated_tests/ | |
/.classpath | |
/.ijwb | |
/.project | |
/eclipse-out |