2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-22 03:49:02 +00:00

Merge pull request #4273 from ducalex/gitignore-restic-exe

Added restic.exe to the .gitignore
This commit is contained in:
Michael Eischer 2023-04-07 12:10:09 +02:00 committed by GitHub
commit c8ff5592b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/restic
/restic.exe
/.vagrant
/.vscode