-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into dependabot/npm_and_yarn/eslint-config-pretti…
…er-9.1.0
- Loading branch information
Showing
156 changed files
with
5,776 additions
and
8,482 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ public | |
node_modules | ||
*.esm.js | ||
/drupal | ||
/drupal-* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
name: next-drupal | ||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request_target: | ||
types: [opened, reopened, synchronize] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,97 +1,44 @@ | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
lerna-debug.log* | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
*.pid.lock | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
|
||
# nyc test coverage | ||
.nyc_output | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# Bower dependency directory (https://bower.io/) | ||
bower_components | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (http://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directories | ||
# dependencies | ||
node_modules/ | ||
jspm_packages/ | ||
|
||
# Typescript v1 declaration files | ||
typings/ | ||
|
||
# Optional npm cache directory | ||
.npm | ||
|
||
# Optional eslint cache | ||
.eslintcache | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
# Output of 'npm pack' | ||
*.tgz | ||
|
||
# dotenv environment variables file | ||
.env | ||
|
||
# gatsby files | ||
.cache/ | ||
|
||
# Mac files | ||
.DS_Store | ||
|
||
# Yarn | ||
yarn-error.log | ||
package-lock.json | ||
.pnp/ | ||
.pnp.js | ||
# Yarn Integrity file | ||
.yarn-integrity | ||
.yarn | ||
.yarn/install-state.gz | ||
|
||
.netlify/ | ||
# build/test artifacts | ||
/.eslintcache | ||
/packages/*/.turbo | ||
/packages/*/coverage | ||
/packages/*/dist | ||
|
||
# Editors | ||
.vscode/* | ||
!.vscode/tasks.json | ||
!.vscode/launch.json | ||
!.vscode/extensions.json | ||
# output of 'npm pack' | ||
/packages/*/*.tgz | ||
|
||
# phpstorm editor | ||
.idea/ | ||
# misc | ||
.DS_Store | ||
*.pem | ||
|
||
# NPM lock files | ||
package-lock.json | ||
# IDE files | ||
/.idea | ||
/.vscode | ||
!/.vscode/tasks.json | ||
!/.vscode/launch.json | ||
!/.vscode/extensions.json | ||
|
||
# debug | ||
lerna-debug.log* | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# Cypress | ||
examples/**/cypress/screenshots | ||
examples/**/cypress/videos | ||
# environment variables file | ||
.env | ||
.envrc | ||
|
||
# Other | ||
*__clone* | ||
dist | ||
examples/certificates/* | ||
drupal/web/sites/default/settings.local.php | ||
.next | ||
drupal/web/phpunit.xml | ||
keys | ||
# more misc | ||
/*__clone__ | ||
/drupal/web/phpunit.xml | ||
/drupal/web/sites/default/settings.local.php | ||
/drupal-* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.