add cpm_modules to gitignore (#71)

This commit is contained in:
Lars Melchior 2021-01-20 19:03:12 +01:00 committed by GitHub
parent 8ba41ae49c
commit bd2b4aba5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View file

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