-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4eefd8f
commit 0f5b65e
Showing
2 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |