1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Restore gitignore for .*.swp in sub-directories (#1958)

The `/.*.swp` will only ignore swp files in the root of this project.
(not sub-folders)
It won't ignore swp files in src/, etc.
This commit is contained in:
Tyson Andre 2019-07-19 16:49:10 -04:00 committed by Matthew Brown
parent cb34810cdd
commit de51178178

4
.gitignore vendored
View File

@ -5,8 +5,8 @@
/.php_cs.cache
/.php_cs
/.phpunit.result.cache
/.*.swp
/.*.swo
.*.swp
.*.swo
/composer.lock
/phpunit.xml
/vendor-bin/*/composer.lock