mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 03:36:12 +01:00
[CLEANUP] Sort the lines in the .gitignore and .gitattributes (#178)
This commit is contained in:
parent
1d81f981f9
commit
c239eaf1c4
2 changed files with 8 additions and 8 deletions
6
.gitattributes
vendored
6
.gitattributes
vendored
|
@ -5,11 +5,11 @@
|
||||||
/.gitignore export-ignore
|
/.gitignore export-ignore
|
||||||
/.gitlab/ export-ignore
|
/.gitlab/ export-ignore
|
||||||
/.php_cs.php export-ignore
|
/.php_cs.php export-ignore
|
||||||
/Tests/ export-ignore
|
|
||||||
/codeception.yml export-ignore
|
|
||||||
/phpcs.xml export-ignore
|
|
||||||
/Resources/Private/.eslintignore export-ignore
|
/Resources/Private/.eslintignore export-ignore
|
||||||
/Resources/Private/.eslintrc.json export-ignore
|
/Resources/Private/.eslintrc.json export-ignore
|
||||||
/Resources/Private/.prettierrc.js export-ignore
|
/Resources/Private/.prettierrc.js export-ignore
|
||||||
/Resources/Private/package.json export-ignore
|
/Resources/Private/package.json export-ignore
|
||||||
/Resources/Private/stylelint.config.js export-ignore
|
/Resources/Private/stylelint.config.js export-ignore
|
||||||
|
/Tests/ export-ignore
|
||||||
|
/codeception.yml export-ignore
|
||||||
|
/phpcs.xml export-ignore
|
||||||
|
|
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -1,10 +1,10 @@
|
||||||
/.Build/*
|
|
||||||
/*.idea
|
/*.idea
|
||||||
|
/.Build/*
|
||||||
/.php_cs.cache
|
/.php_cs.cache
|
||||||
|
/Resources/Private/node_modules/
|
||||||
|
/Resources/Private/package-lock.json
|
||||||
|
/Resources/Private/yarn-error.log
|
||||||
|
/Resources/Private/yarn.lock
|
||||||
/composer.lock
|
/composer.lock
|
||||||
/nbproject
|
/nbproject
|
||||||
/var
|
/var
|
||||||
/Resources/Private/node_modules/
|
|
||||||
/Resources/Private/yarn.lock
|
|
||||||
/Resources/Private/yarn-error.log
|
|
||||||
/Resources/Private/package-lock.json
|
|
||||||
|
|
Loading…
Reference in a new issue