Skip to content

Commit

Permalink
Add a attributes to ignore certain files
Browse files Browse the repository at this point in the history
  • Loading branch information
bordoni committed Apr 26, 2024
1 parent 89e2b2a commit efa0bbd
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Configuration files.
.editorconfig export-ignore
.babelrc export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.nvmrc export-ignore
.jshintignore export-ignore
.jshintrc export-ignore
gulpfile.js export-ignore

# Dev files.
bin/* export-ignore
.github/* export-ignore
dev/* export-ignore
assets/* export-ignore
svn-push export-ignore

# Composer and Package files.
composer.* export-ignore
package.* export-ignore

# Read me and markdown files.
contributing.md export-ignore
readme.md export-ignore

0 comments on commit efa0bbd

Please sign in to comment.