Move gitignore paths to root when it makes sense

This commit is contained in:
roykho 2021-12-14 08:21:37 -08:00
parent 26121fa059
commit ff7c615770
No known key found for this signature in database
GPG Key ID: 7B36C0EA25795714
4 changed files with 25 additions and 31 deletions

26
.gitignore vendored
View File

@ -13,6 +13,15 @@ project.properties
*.sublime-workspace
.sublimelinterrc
# Grunt
none
# Sass
.sass-cache/
# Logs
logs/
# Eslint Cache
.eslintcache
@ -47,6 +56,17 @@ package-lock.json
.wp-env.override.json
# Unit tests
/tmp
packages/js/e2e-environment/config/default.json
packages/js/e2e-environment/docker/wp-cli/initialize.sh
tmp/
# Composer
vendor/
bin/composer/**/vendor/
lib/vendor/
contributors.md
contributors.html
# Yarn
yarn.lock
# Editors
nbproject/private/

View File

@ -1,2 +0,0 @@
# Editors
/nbproject/private/

View File

@ -0,0 +1,2 @@
config/default.json
docker/wp-cli/initialize.sh

View File

@ -1,12 +1,3 @@
# Editors
/nbproject/private/
# Grunt
none
# Sass
.sass-cache/
# All CSS
/assets/css/**
/assets/css/*.css
@ -23,7 +14,6 @@ tests/cli/composer.json
tests/cli/vendor
# Unit tests
/tmp
/tests/bin/tmp
/tests/e2e/config/local-*.json
/tests/e2e/config/local.json
@ -32,22 +22,6 @@ tests/cli/vendor
/tests/e2e/screenshots
/tests/e2e/plugins
# Logs
/logs
# TypeScript files
tsconfig.tsbuildinfo
# Composer
/vendor/
/bin/composer/**/vendor/
/lib/vendor/
contributors.md
contributors.html
# Yarn
yarn.lock
# Packages
/packages/*
!/packages/README.md