We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37daca commit b67fe27Copy full SHA for b67fe27
1 file changed
.gitignore
@@ -44,7 +44,8 @@ install_manifest.txt
44
compile_commands.json
45
CTestTestfile.cmake
46
_deps
47
-/bin*
+/[Bb]in*
48
+/[Bb]uild*
49
include/vendored/*
50
!include/vendored/vendored.cmake
51
### CMake Patch ###
@@ -67,6 +68,9 @@ CMakeUserPresets.json
67
68
# Built Visual Studio Code Extensions
69
*.vsix
70
71
+### Zed ###
72
+.zed/
73
+
74
### VisualStudioCode Patch ###
75
# Ignore all local history of files
76
.history
0 commit comments