Skip to content

Commit b72daa4

Browse files
committed
Move VS Code initial settings from vscode/ to .vscode
1 parent 408b38d commit b72daa4

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

.gitignore

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
1-
# QtCreator
1+
# Qt Creator
22
*.autosave
33

4-
# QtCreator Qml
4+
# Qt Creator Qml
55
*.qmlproject.user
66
*.qmlproject.user.*
77

8-
# QtCreator Python
8+
# Qt Creator Python
99
*.pyproject.user
1010
*.pyproject.user.*
1111

12-
# QtCreator C++
12+
# Qt Creator C++
1313
*.pro.user
1414
*.pro.user.*
1515

16-
# QtCreator CMake
16+
# Qt Creator CMake
1717
CMakeLists.txt.user*
1818

19+
# VS Code
20+
.vscode/
21+
22+
# PyCharm
23+
.idea/
24+
1925
# Fortran
2026
fort.1
2127

@@ -48,5 +54,3 @@ build
4854
settings.ini*
4955
temp.cif
5056
.ci/
51-
.idea/
52-
.vscode/
File renamed without changes.

0 commit comments

Comments
 (0)