-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UPDATE: Git ignore and attributes files
- Loading branch information
1 parent
7256794
commit 0b44229
Showing
2 changed files
with
11 additions
and
3 deletions.
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,10 +1,17 @@ | ||
.gitattributes export-ignore | ||
.gitignore export-ignore | ||
gulpfile.js export-ignore | ||
config.js export-ignore | ||
phpcs.xml export-ignore | ||
README.md export-ignore | ||
CHANGELOG.md export-ignore | ||
package.json export-ignore | ||
package-lock.json export-ignore | ||
composer.json export-ignore | ||
composer.lock export-ignore | ||
.editorconfig export-ignore | ||
.prettierrc export-ignore | ||
*.map export-ignore | ||
.vscode/ export-ignore | ||
webpack.config.js export-ignore | ||
.babelrc export-ignore | ||
blocks/document/*.map export-ignore | ||
.babelrc export-ignore |
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 |
---|---|---|
|
@@ -4,4 +4,5 @@ node_modules | |
build | ||
*.code-workspace | ||
*.zip | ||
*.log | ||
*.log | ||
/vendor/ |