1
0
Fork 0
mirror of synced 2024-05-18 03:22:42 +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
/.vscode
*~
/build
/dist
/deb_dist