We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf3cef commit aed5367Copy full SHA for aed5367
1 file changed
.gitignore
@@ -0,0 +1,16 @@
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/
0 commit comments