1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

Merge pull request #3023 from Deltik/gitignore_for_vim

Added Vim swap files to .gitignore
This commit is contained in:
Cameron
2018-02-02 13:40:56 -08:00
committed by GitHub

4
.gitignore vendored
View File

@@ -8,3 +8,7 @@ e107_media/*
e107_system/*
/.settings
e107_core/override
# Ignore Vim swap files
*.swp
*.swo