Merge pull request #3566 from wkloucek/update-gitignore

update and order gitignore, remove uneeded entries
This commit is contained in:
Willy Kloucek
2022-04-26 08:59:03 +02:00
committed by GitHub

27
.gitignore vendored
View File

@@ -1,31 +1,32 @@
# coverage reports
*/coverage.out
extensions/*/coverage.out
# unit test reports
*/checkstyle.xml
extensions/*/checkstyle.xml
*/package-lock.json
ocis/config/identifier-registration.yaml
# nodejs / yarn
*/package-lock.json
node_modules/
yarn-error.log
yarn.lock
# build artifacts
*/bin
extensions/*/bin
dist/
/hugo
*.key
*crt
node_modules/
*/assets
extensions/*/assets
ocis/ocis
ocis/cmd/ocis/__debug_bin
ocis/cmd/ocis/config/
# docs
/hugo
# IDEs
.idea
yarn-error.log
yarn.lock
# Konnectd
idp/assets/identifier
# Composer - used for API acceptance tests
composer.lock
vendor