We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5789ad commit e774794Copy full SHA for e774794
.gitignore
@@ -0,0 +1,32 @@
1
+# Common editor-specific files
2
+*.idea
3
+*.autosave
4
+*.log
5
+*.bk
6
+*.tmp
7
+*~
8
+.#*
9
+*.bak
10
+# - Directories (at top level)
11
+/xcode/
12
+/.cproject/
13
+/.project/
14
+/.settings/
15
+/.clwb/
16
+/.vscode
17
+/.history
18
+
19
+# (Possible) CMake build artifacts
20
+/build/
21
+/cmake-build-*/
22
23
+# Bazel build artifacts
24
+/bazel-*
25
+/MODULE.bazel.lock
26
27
+# Platform artifacts generated by `install_prereqs`
28
+/gen/
29
30
+# User-specified configuration
31
+/user.bazelrc
32
+/venv
0 commit comments