Legoktm (Code Review)
2017-12-31 21:19:32 UTC
Legoktm has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/401193 )
Change subject: Don't include Gemfile* in composer zipballs
......................................................................
Don't include Gemfile* in composer zipballs
composer (via GitHub) excludes files listed in .gitattributes. Gemfile* are
build files and don't need to be included.
Change-Id: I612b3af26c25465654844584ffdb15265eb0262c
---
M .gitattributes
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/93/401193/1
diff --git a/.gitattributes b/.gitattributes
index fbd5ef0..d7594cb 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -9,6 +9,7 @@
doc export-ignore
docs export-ignore
Doxyfile export-ignore
+Gemfile* export-ignore
Gruntfile.js export-ignore
jsduck* export-ignore
phpcs.xml export-ignore
--
To view, visit https://gerrit.wikimedia.org/r/401193
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I612b3af26c25465654844584ffdb15265eb0262c
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Legoktm <***@member.fsf.org>
Change subject: Don't include Gemfile* in composer zipballs
......................................................................
Don't include Gemfile* in composer zipballs
composer (via GitHub) excludes files listed in .gitattributes. Gemfile* are
build files and don't need to be included.
Change-Id: I612b3af26c25465654844584ffdb15265eb0262c
---
M .gitattributes
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/93/401193/1
diff --git a/.gitattributes b/.gitattributes
index fbd5ef0..d7594cb 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -9,6 +9,7 @@
doc export-ignore
docs export-ignore
Doxyfile export-ignore
+Gemfile* export-ignore
Gruntfile.js export-ignore
jsduck* export-ignore
phpcs.xml export-ignore
--
To view, visit https://gerrit.wikimedia.org/r/401193
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I612b3af26c25465654844584ffdb15265eb0262c
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Legoktm <***@member.fsf.org>