Skip to content

Commit

Permalink
refactor: remove husky git-hooks and optimize gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Gerig committed Feb 18, 2022
1 parent 8eeed19 commit dada64f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 18 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

# composer
/vendor/
/cache/

# PhpStorm / IDEA
/.idea/
Expand All @@ -41,3 +42,6 @@
/node_modules/
/yarn-debug.log
/yarn-error.log

# Project Setup
/install-deploy.php
10 changes: 0 additions & 10 deletions .husky/pre-push

This file was deleted.

3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ services:
- 'pimcore-skeleton-tmp-storage:/tmp:cached'
- '.docker/php/php-ini-overrides.ini:/usr/local/etc/php/conf.d/99-overrides.ini'
environment:
PHP_IDE_CONFIG: serverName=localhost
COMPOSER_HOME: '/var/www/html'
PHP_IDE_CONFIG: 'serverName=localhost'
depends_on:
- db
- redis
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"icons:custom": "cd node_modules/uikit && yarn && yarn icons --custom ../../assets/custom/icons",
"lint": "eslint --ext .js assets/",
"phpstan": "php -d memory_limit=4G vendor/bin/phpstan analyse -c phpstan.neon src -l 3",
"prepare": "husky install",
"ssh": "php vendor/bin/dep ssh",
"watch": "encore dev --watch"
},
Expand All @@ -32,7 +31,6 @@
"eslint-plugin-import": "^2.0",
"eslint-webpack-plugin": "^3.0",
"file-loader": "^6.0",
"husky": "^7.0",
"postcss": "^8.0",
"postcss-loader": "^6.0",
"raw-loader": "^4.0",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3243,11 +3243,6 @@ human-signals@^2.1.0:
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==

husky@^7.0:
version "7.0.4"
resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.4.tgz#242048245dc49c8fb1bf0cc7cfb98dd722531535"
integrity sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==

[email protected]:
version "0.4.24"
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
Expand Down

0 comments on commit dada64f

Please sign in to comment.