We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vscode/
.vscode
1 parent 408b38d commit b72daa4Copy full SHA for b72daa4
.gitignore
@@ -1,21 +1,27 @@
1
-# QtCreator
+# Qt Creator
2
*.autosave
3
4
-# QtCreator Qml
+# Qt Creator Qml
5
*.qmlproject.user
6
*.qmlproject.user.*
7
8
-# QtCreator Python
+# Qt Creator Python
9
*.pyproject.user
10
*.pyproject.user.*
11
12
-# QtCreator C++
+# Qt Creator C++
13
*.pro.user
14
*.pro.user.*
15
16
-# QtCreator CMake
+# Qt Creator CMake
17
CMakeLists.txt.user*
18
19
+# VS Code
20
+.vscode/
21
+
22
+# PyCharm
23
+.idea/
24
25
# Fortran
26
fort.1
27
@@ -48,5 +54,3 @@ build
48
54
settings.ini*
49
55
temp.cif
50
56
.ci/
51
-.idea/
52
-.vscode/
vscode/launch.json .vscode/launch.json
0 commit comments