We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15839ff commit b8f33bcCopy full SHA for b8f33bc
.gitignore
@@ -43,6 +43,9 @@ docs/_build
43
# Visual Studio Code Configurations
44
.vscode
45
46
+# JetBrains
47
+.idea
48
+
49
# clangd
50
.cache
51
.clangd
@@ -57,6 +60,9 @@ CMakeCache.txt
57
60
CMakeFiles
58
61
.atom-build.json
59
62
63
+# Generated by JetBrains IDEs
64
+cmake-build-*
65
66
#==============================================================================#
67
# Ignore compile database
68
0 commit comments