git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87b7a45
)
.git files
author
gggeek
<giunta.gaetano@gmail.com>
Wed, 4 Mar 2020 09:09:43 +0000
(09:09 +0000)
committer
gggeek
<giunta.gaetano@gmail.com>
Wed, 4 Mar 2020 09:09:43 +0000
(09:09 +0000)
.gitattributes
patch
|
blob
|
history
.gitignore
patch
|
blob
|
history
diff --git
a/.gitattributes
b/.gitattributes
index
8cda532
..
2047198
100644
(file)
--- a/
.gitattributes
+++ b/
.gitattributes
@@
-1,10
+1,7
@@
demo/ export-ignore
doc/ export-ignore
tests/ export-ignore
+.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
-compatibility-test.php export-ignore
-composer.lock export-ignore
-CONTRIBUTING.md export-ignore
-Makefile export-ignore
phpunit.xml export-ignore
diff --git
a/.gitignore
b/.gitignore
index
1305331
..
9d30b66
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-1,6
+1,5
@@
/.idea
-composer.phar
-composer.lock
-/vendor/*
-/tests/coverage/*
/build/*
+/tests/coverage/*
+/vendor/*
+composer.lock