Skip to content

Commit e774794

Browse files
author
Aiden2244
committed
modified gitignore
1 parent e5789ad commit e774794

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.gitignore

+32
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)