Skip to content

Commit

Permalink
UPDATE: Git ignore and attributes files
Browse files Browse the repository at this point in the history
  • Loading branch information
anantajitjg committed May 8, 2020
1 parent 7256794 commit 0b44229
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
11 changes: 9 additions & 2 deletions .gitattributes
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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ node_modules
build
*.code-workspace
*.zip
*.log
*.log
/vendor/

0 comments on commit 0b44229

Please sign in to comment.