We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cf3cef + 8eb9bbf commit f2554ceCopy full SHA for f2554ce
1 file changed
.gitignore
@@ -0,0 +1,19 @@
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
0 commit comments