Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tools: Husky upgrade and git ignorance improved #33183

Merged
merged 5 commits into from
Jul 6, 2021
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# default
# Set the default behavior, in case people don't have `core.autocrlf` set.
* text=auto

# Windows bat files in mobile/android
# Windows bat files in mobile/android.
*.bat -text

# Denote all files that are truly binary and should not be modified.
Expand Down
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,27 @@ build
build-module
build-style
build-types
vendor
node_modules
gutenberg.zip

# Directories/files that may appear in your environment
.DS_Store
*.log
phpcs.xml
yarn.lock
/artifacts

.cache
*.tsbuildinfo

# Operating system specific files
.DS_Store
Thumbs.db

# Report generated from jest-junit
test/native/junit.xml

# Local overrides
.wp-env.override.json
phpcs.xml
phpunit.xml
phpunit-watcher.yml
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"execa": "4.0.2",
"fast-glob": "2.2.7",
"glob": "7.1.2",
"husky": "6.0.0",
"husky": "7.0.0",
"inquirer": "7.1.0",
"jest": "26.6.3",
"jest-junit": "11.0.0",
Expand Down
2 changes: 0 additions & 2 deletions vendor/.gitignore

This file was deleted.