diff --git a/.gitattributes b/.gitattributes index 6e3eafb6ea3dd..aaaedda10d2dc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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. diff --git a/.gitignore b/.gitignore index b0a128b5a0173..7f9de2f71e647 100644 --- a/.gitignore +++ b/.gitignore @@ -7,19 +7,22 @@ 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 diff --git a/.husky/.gitignore b/.husky/.gitignore deleted file mode 100644 index 31354ec138999..0000000000000 --- a/.husky/.gitignore +++ /dev/null @@ -1 +0,0 @@ -_ diff --git a/package-lock.json b/package-lock.json index 8a685b0f36d41..bd7b9e54d3c61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34540,9 +34540,9 @@ } }, "husky": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/husky/-/husky-6.0.0.tgz", - "integrity": "sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.0.tgz", + "integrity": "sha512-xK7lO0EtSzfFPiw+oQncQVy/XqV7UVVjxBByc+Iv5iK3yhW9boDoWgvZy3OGo48QKg/hUtZkzz0hi2HXa0kn7w==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index e94da91a3047a..7b5f3593e5bda 100644 --- a/package.json +++ b/package.json @@ -173,7 +173,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",