1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00

add cpm_modules to gitignore

This commit is contained in:
Lars Melchior 2021-01-20 19:01:18 +01:00
parent 8ba41ae49c
commit 27ae6db3b0

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
/build*
/.vscode
/cpm_modules
.DS_Store