Skip to content

Commit

Permalink
chore: stop tracking POT files and add .distignore
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonTheAdams committed Jul 6, 2022
1 parent 0bb1fff commit e878409
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 2,294 deletions.
49 changes: 49 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
/.git
.gitignore

/.idea
/.github

/tests
/node_modules
/assets/src
/vendor/bin
/vendor/composer/installers

.travis.yml
.editorconfig
.babelrc
.jscrsrc
.jshintrc
.eslintignore
.eslintrc
.eslintrc.json
.prettierrc.json
.prettierignore
.stylelintrc.json
.huskyrc.json
.lintstagedrc.json
.distignore
.stylelintignore

sample-data/wordpress.sql
sample-data/sample-data.numbers
bower.json
composer.json
composer.lock
package.json
package-lock.json
phpunit.xml
phpunit.xml.dist
CHANGELOG.md
README.md
readme.md
phpcs.ruleset.xml
phpcs.xml.dist
CONTRIBUTING.md
CODE_OF_CONDUCT.md
contributing.md
postcss.config.js
webpack.config.js
docker-compose.yml
wp-textdomain.js
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
languages/*
!languages/readme.txt
Loading

0 comments on commit e878409

Please sign in to comment.