forked from OnTheGoSystems/wordpress-seo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
30 lines (26 loc) · 829 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Standards for multi-platform colaboration
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
.cache export-ignore
.github export-ignore
config export-ignore
svn-assets export-ignore
tests export-ignore
.babelrc export-ignore
.editorconfig export-ignore
.eslintignore export-ignore
.eslintrc export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
Gruntfile.js export-ignore
package.json export-ignore
phpcs.xml.dist export-ignore
phpunit-integration.xml.dist export-ignore
phpunit.xml.dist export-ignore
README.md export-ignore
# Fix some GitHub stats and how GitHub deals with changes.
# See https://github.com/github/linguist/#using-gitattributes for docs.
premium/languages/* linguist-generated
*.txt linguist-documentation
*.md linguist-documentation