mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
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:
parent
141cef569f
commit
9201737754
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/target
|
||||
/target
|
||||
/.certificates
|
||||
Loading…
Reference in a new issue