Skip to content

Commit

Permalink
Move gitignore paths to root when it makes sense
Browse files Browse the repository at this point in the history
  • Loading branch information
roykho committed Dec 14, 2021
1 parent 26121fa commit ff7c615
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 31 deletions.
26 changes: 23 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ project.properties
*.sublime-workspace
.sublimelinterrc

# Grunt
none

# Sass
.sass-cache/

# Logs
logs/

# Eslint Cache
.eslintcache

Expand Down Expand Up @@ -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/
2 changes: 0 additions & 2 deletions packages/js/api/.gitignore

This file was deleted.

2 changes: 2 additions & 0 deletions packages/js/e2e-environment/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
config/default.json
docker/wp-cli/initialize.sh
26 changes: 0 additions & 26 deletions plugins/woocommerce/.gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
# Editors
/nbproject/private/

# Grunt
none

# Sass
.sass-cache/

# All CSS
/assets/css/**
/assets/css/*.css
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ff7c615

Please sign in to comment.