ignore swp vim files

This commit is contained in:
han 2025-01-24 18:06:58 +07:00
parent 896fb831af
commit 4a5286f36d

3
.gitignore vendored
View File

@ -10,5 +10,8 @@ out/
# Docs # Docs
docs/ docs/
# Vim
*.swp
# Dotenv file # Dotenv file
.env .env