1
0
Fork 0
mirror of synced 2024-06-25 09:40:31 +12:00

Ignore Vim backup files in project

This commit is contained in:
MultisampledNight 2021-10-15 15:28:42 +02:00
parent dcaae46649
commit d3e5d76541
No known key found for this signature in database
GPG key ID: 02B1BAF6A675FF9B

1
.gitignore vendored
View file

@ -4,6 +4,7 @@ __pycache__
/.idea /.idea
/.vscode /.vscode
*~
/build /build
/dist /dist
/deb_dist /deb_dist