# Ignore backup files. *~ # Ignore Vim swap files. .*.swp # Ignore files generated by IDEs. /.classpath /.factorypath /.idea/ /.ijwb/ /.project /.settings /.vscode/ /bazel.iml *.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-* /out bazel-* out # Ignore outputs generated during Bazel bootstrapping. /output/ # Bazelisk version file .bazelversion # User-specific .bazelrc user.bazelrc !bazel-diff-example.sh .DS_Store !.bazelversion