Skip to content

Commit

Permalink
Remove unwanted file from distignore
Browse files Browse the repository at this point in the history
  • Loading branch information
raftaar1191 committed Feb 14, 2024
1 parent 9c95902 commit 7bcbebc
Showing 1 changed file with 78 additions and 2 deletions.
80 changes: 78 additions & 2 deletions .distignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/.wordpress-org
/.git
/.github
/node_modules
/src

.distignore
.gitignore
package.json
Expand All @@ -13,3 +11,81 @@ webpack-config.js
.travis.yml

/assets/dist/css/frontend-style.\*.css

# Editors

project.xml
project.properties
/nbproject/private/
.buildpath
.project
.settings*
.idea
.vscode
*.sublime-project
\*.sublime-workspace
.sublimelinterrc

# Grunt

/node_modules/
none

# Sass

.sass-cache/

# Compiled CSS

/assets/css/\*.css

# Minified JS

/assets/js/admin/_.min.js
/assets/js/frontend/_.min.js

# OS X metadata

.DS_Store

# Windows junk

Thumbs.db

# Behat/CLI Tests

tests/cli/installer
tests/cli/composer.phar
tests/cli/composer.lock
tests/cli/composer.json
tests/cli/vendor

# Unit tests

/tmp
/tests/bin/tmp
/tests/e2e-tests/config/local-\*.json
/tests/e2e-tests/config/local.json

# Logs

/logs

# Composer

contributors.md

# Packages

/packages/\*
!/packages/README.md

# Screenshots for e2e tests failures

/screenshots/

# Language files

i18n/languages/woocommerce.pot

/assets/dist/css/frontend-style.\*.css

0 comments on commit 7bcbebc

Please sign in to comment.