Modifying gitignore to include common project files which should be ignored, and removing patterns that are too local (or deprecated) for main project
Change-Id: I4d5b5304c359f95f6e78d968e1162c8b76a54f24
This commit is contained in:
parent
9b3b642ca3
commit
30713abaa6
12
.gitignore
vendored
12
.gitignore
vendored
@ -1,10 +1,8 @@
|
|||||||
bin/build/*
|
.idea/
|
||||||
dist/*
|
|
||||||
build/
|
build/
|
||||||
mageekguy.atoum.phar
|
vendor/
|
||||||
test/settings.ini*
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
doc/api
|
|
||||||
curl-output.txt
|
|
||||||
vendor
|
|
||||||
composer.lock
|
composer.lock
|
||||||
|
composer.phar
|
||||||
|
test/settings.ini*
|
Loading…
x
Reference in New Issue
Block a user