Skip to content

Commit 6770308

Browse files
committed
minor symfony#3205 Git-ignore config/reference.php (Kocal)
This PR was merged into the 2.x branch. Discussion ---------- Git-ignore config/reference.php | Q | A | -------------- | --- | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md --> | Documentation? | no <!-- required for new features, or documentation updates --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - For new features, provide some code snippets to help understand usage. - Features and deprecations must be submitted against branch main. - Update/add documentation as required (we can help!) - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Since symfony/symfony#62129, a new file `config/reference.php` can be generated when running tests locally. This file must not be commited. Commits ------- 74fd8da Git-ignore config/reference.php
2 parents 0c63ac0 + 74fd8da commit 6770308

File tree

21 files changed

+34
-15
lines changed

21 files changed

+34
-15
lines changed

src/Autocomplete/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/assets/node_modules/
2+
/config/reference.php
23
/vendor/
34
/composer.lock
45
/phpunit.xml

src/Chartjs/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/assets/node_modules/
2+
/config/reference.php
23
/vendor/
34
/composer.lock
45
/phpunit.xml

src/Cropperjs/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/assets/node_modules/
2+
/config/reference.php
23
/vendor/
34
/composer.lock
45
/phpunit.xml

src/Dropzone/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/assets/node_modules/
2+
/config/reference.php
23
/vendor/
34
/composer.lock
45
/phpunit.xml

src/Icons/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/assets/node_modules/
2+
/config/reference.php
23
/vendor/
34
/composer.lock
45
/phpunit.xml

src/LazyImage/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/assets/node_modules/
2+
/config/reference.php
23
/vendor/
34
/composer.lock
45
/phpunit.xml

src/LiveComponent/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/assets/node_modules/
2+
/config/reference.php
23
/vendor/
34
/composer.lock
45
/phpunit.xml

src/Map/.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
vendor
2-
composer.lock
3-
.phpunit.result.cache
1+
/config/reference.php
2+
/vendor
3+
/composer.lock
4+
/.phpunit.result.cache
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
vendor/
2-
composer.lock
3-
phpunit.xml
1+
/config/reference.php
2+
/vendor/
3+
/composer.lock
4+
/phpunit.xml
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
vendor/
2-
composer.lock
3-
phpunit.xml
1+
/config/reference.php
2+
/vendor/
3+
/composer.lock
4+
/phpunit.xml

0 commit comments

Comments
 (0)