mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:16:13 +02:00

[CLEANUP] Sort the lines in the .gitignore and .gitattributes (#178)

This commit is contained in:
Oliver Klee 2020-11-29 17:34:28 +01:00 committed by GitHub
parent 1d81f981f9
commit c239eaf1c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

6
.gitattributes vendored
View file

@ -5,11 +5,11 @@
/.gitignore export-ignore
/.gitlab/ 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/.eslintrc.json export-ignore
/Resources/Private/.prettierrc.js export-ignore
/Resources/Private/package.json export-ignore
/Resources/Private/stylelint.config.js export-ignore
/Tests/ export-ignore
/codeception.yml export-ignore
/phpcs.xml export-ignore

10
.gitignore vendored
View file

@ -1,10 +1,10 @@
/.Build/*
/*.idea
/.Build/*
/.php_cs.cache
/Resources/Private/node_modules/
/Resources/Private/package-lock.json
/Resources/Private/yarn-error.log
/Resources/Private/yarn.lock
/composer.lock
/nbproject
/var
/Resources/Private/node_modules/
/Resources/Private/yarn.lock
/Resources/Private/yarn-error.log
/Resources/Private/package-lock.json