Merge pull request #1 from h44z/fix-gitignore

Exclude cert.cert from git
This commit is contained in:
captainhook 2020-07-04 02:31:06 +01:00 committed by GitHub
commit c13c5e7326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -4,4 +4,5 @@ obj/
*.dll
*.pem
.vscode/
*.pfx
*.pfx
*.cert