Skip to content

Commit f34bba7

Browse files
committed
Fixed more init processing.
1 parent c454304 commit f34bba7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+215
-77
lines changed

β€Ž.editorconfigβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ indent_size = 4
2626
[*.{yml,yaml}]
2727
indent_size = 2
2828

29+
#;< SHELL
2930
[*.{sh,bash,bats}]
3031
indent_size = 2
32+
#;> SHELL
3133

3234
[*.xml]
3335
indent_size = 4

β€Ž.gitignoreβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# To ignore OS temporary files use global .gitignore
22
# https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer
33

4-
/.build
54
#;< PHP
5+
#;< PHP_PHAR
6+
/.build
7+
#;> PHP_PHAR
68
/.logs
79
/.phpunit.cache
810
/composer.lock

β€Ž.scaffold/tests/phpunit/fixtures/init/_baseline/.gitattributesβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
/phpunit.xml export-ignore
1313
/rector.php export-ignore
1414
/.npmignore export-ignore
15-
# /renovate.json export-ignore
15+
/renovate.json export-ignore

β€Ž.scaffold/tests/phpunit/fixtures/init/_baseline/.github/.yamllint-for-gha.ymlβ€Ž

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

β€Ž.scaffold/tests/phpunit/fixtures/init/_baseline/.github/workflows/test-actions.ymlβ€Ž

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

β€Ž.scaffold/tests/phpunit/fixtures/init/_baseline/README.mdβ€Ž

Lines changed: 2 additions & 0 deletions

β€Ž.scaffold/tests/phpunit/fixtures/init/name/README.mdβ€Ž

Lines changed: 3 additions & 3 deletions

β€Ž.scaffold/tests/phpunit/fixtures/init/no_languages/-box.jsonβ€Ž

Whitespace-only changes.

β€Ž.scaffold/tests/phpunit/fixtures/init/no_languages/-composer.jsonβ€Ž

Whitespace-only changes.

β€Ž.scaffold/tests/phpunit/fixtures/init/no_languages/-force-crystalβ€Ž

Whitespace-only changes.

0 commit comments

Comments
Β (0)