Update .gitignore (#164)

The .certificates directory is generated when running the program.
However, it is not made to be published.
Adding it to the .gitignore file avoids accidentally adding it.
This commit is contained in:
Albert Larsan 2022-03-24 14:42:55 +01:00 committed by GitHub
parent 141cef569f
commit 9201737754
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View file

@ -1 +1,2 @@
/target
/target
/.certificates