Skip to content

Commit

Permalink
Move VS Code initial settings from vscode/ to .vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSazonov committed Sep 2, 2024
1 parent 408b38d commit b72daa4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
# QtCreator
# Qt Creator
*.autosave

# QtCreator Qml
# Qt Creator Qml
*.qmlproject.user
*.qmlproject.user.*

# QtCreator Python
# Qt Creator Python
*.pyproject.user
*.pyproject.user.*

# QtCreator C++
# Qt Creator C++
*.pro.user
*.pro.user.*

# QtCreator CMake
# Qt Creator CMake
CMakeLists.txt.user*

# VS Code
.vscode/

# PyCharm
.idea/

# Fortran
fort.1

Expand Down Expand Up @@ -48,5 +54,3 @@ build
settings.ini*
temp.cif
.ci/
.idea/
.vscode/
File renamed without changes.

0 comments on commit b72daa4

Please sign in to comment.