Adding *.swp to gitignore

This commit is contained in:
wuyoli 2022-02-13 21:43:48 +00:00
parent fd562db383
commit 323894b280
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ public/
.idea
.DS_Store
./**/.DS_Store
*.swp