mirror of
https://github.com/fmtlib/fmt.git
synced 2025-06-25 01:11:40 +02:00
Add .vs folder to .gitignore (#4355)
Opening the fmt folder as a CMake project with Visual Studio creates this directory. The contents can be ignored.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,6 +3,7 @@
|
|||||||
*.xcodeproj
|
*.xcodeproj
|
||||||
*~
|
*~
|
||||||
.vscode/
|
.vscode/
|
||||||
|
.vs/
|
||||||
/CMakeScripts
|
/CMakeScripts
|
||||||
/Testing
|
/Testing
|
||||||
/_CPack_Packages
|
/_CPack_Packages
|
||||||
|
Reference in New Issue
Block a user