• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Ignore backup files.
2*~
3# Ignore Vim swap files.
4.*.swp
5# Ignore files generated by IDEs.
6/.classpath
7/.factorypath
8/.idea/
9/.ijwb/
10/.project
11/.settings
12# Ignore all bazel-* symlinks. There is no full list since this can change
13# based on the name of the directory bazel is cloned into.
14/bazel-*
15# Ignore outputs generated during Bazel bootstrapping.
16/output/
17# Ignore jekyll build output.
18/production
19/.sass-cache
20# Ignore MODULE.bazel.lock as this is a library project.
21MODULE.bazel.lock
22