Remove some stuff from .gitignore.
Let people define their own global .gitignore file. Also people keep complaining that composer.lock is in this file.
This commit is contained in:
parent
46d1a27b77
commit
3c9d67ad65
|
@ -1,8 +1,2 @@
|
||||||
/.idea
|
|
||||||
/vendor
|
/vendor
|
||||||
/node_modules
|
|
||||||
.env
|
.env
|
||||||
.DS_Store
|
|
||||||
Thumbs.db
|
|
||||||
composer.lock
|
|
||||||
composer.phar
|
|
||||||
|
|
Loading…
Reference in New Issue