Skip to content

Commit 99bd0bb

Browse files
committed
Re-enable tracking of all vendor files.
1 parent aa289c8 commit 99bd0bb

File tree

10 files changed

+606
-172
lines changed

10 files changed

+606
-172
lines changed

.github/workflows/ci.yml.orig

Lines changed: 0 additions & 165 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@ Readme.md.*
1515
/selenium-server-standalone-2.53.0.jar
1616
/selenium-server-standalone-3.0.1.jar
1717
striptrailingwhitespace.py
18-
composer.json
19-
composer.lock
2018
excludesfromstylechecker.txt
21-
vendor/symfony/
22-
vendor/composer/
23-
vendor/autoload.php
2419
miscsqlqueries
2520
moodleopenshift.md
2621
dbquerieswhilefixingbug.sql

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"require": {
3+
"twig/twig": "^3.0"
4+
}
5+
}

0 commit comments

Comments
 (0)