1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/.gitignore
Tyson Andre de51178178 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.
2019-07-19 16:49:10 -04:00

15 lines
204 B
Plaintext

/build/
/vendor/
/extra/
.DS_Store
/.php_cs.cache
/.php_cs
/.phpunit.result.cache
.*.swp
.*.swo
/composer.lock
/phpunit.xml
/vendor-bin/*/composer.lock
/vendor-bin/*/vendor/
/tests/fixtures/symlinktest/*