Skip to content

Commit efa0bbd

Browse files
committed
Add a attributes to ignore certain files
1 parent 89e2b2a commit efa0bbd

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.gitattributes

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Configuration files.
2+
.editorconfig export-ignore
3+
.babelrc export-ignore
4+
.gitattributes export-ignore
5+
.gitignore export-ignore
6+
.nvmrc export-ignore
7+
.jshintignore export-ignore
8+
.jshintrc export-ignore
9+
gulpfile.js export-ignore
10+
11+
# Dev files.
12+
bin/* export-ignore
13+
.github/* export-ignore
14+
dev/* export-ignore
15+
assets/* export-ignore
16+
svn-push export-ignore
17+
18+
# Composer and Package files.
19+
composer.* export-ignore
20+
package.* export-ignore
21+
22+
# Read me and markdown files.
23+
contributing.md export-ignore
24+
readme.md export-ignore

0 commit comments

Comments
 (0)