Skip to content

Commit

Permalink
Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
raftaar1191 committed Aug 8, 2024
1 parent 4eefd8f commit 0f5b65e
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .distignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
/.wordpress-org

/.git
/.github

/node_modules

/src

.gitattributes
.distignore
.gitignore

composer.json
composer.lock

package.json
package-lock.json

README.md
webpack-config.js

webpack.config.js

.travis.yml
24 changes: 24 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/.wordpress-org export-ignore

/.git export-ignore
/.github export-ignore

/node_modules export-ignore

/src export-ignore

.gitattributes export-ignore
.distignore export-ignore
.gitignore export-ignore

composer.json export-ignore
composer.lock export-ignore

package.json export-ignore
package-lock.json export-ignore

README.md export-ignore

webpack.config.js export-ignore

.travis.yml export-ignore

0 comments on commit 0f5b65e

Please sign in to comment.