forked from orchestral/foundation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
22 lines (21 loc) · 919 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
* text=auto
# Ignore following folder/file.
/build export-ignore
/docs export-ignore
/tests export-ignore
/.bowerrc export-ignore
/.coveralls.yml export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/Guardfile export-ignore
/gulpfile.js export-ignore
/bower.json export-ignore
/build.xml export-ignore
/package.json export-ignore
/public/.gitignore export-ignore
/phpunit.xml export-ignore
/public/.gitignore export-ignore
/LICENSE.md export-ignore
/README.md export-ignore