forked from StarOpenSource/Engine
Add .gitattributes file for language detection
This commit is contained in:
parent
b7afa4bb5e
commit
1405c12626
1 changed files with 15 additions and 0 deletions
15
.gitattributes
vendored
Normal file
15
.gitattributes
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Documentation
|
||||||
|
*.md linguist-documentation
|
||||||
|
docs/* linguist-documentation
|
||||||
|
|
||||||
|
# Licensing information
|
||||||
|
COPYING linguist-documentation
|
||||||
|
LICENSE linguist-documentation
|
||||||
|
|
||||||
|
# Javadoc
|
||||||
|
*.html linguist-documentation
|
||||||
|
*.css linguist-documentation
|
||||||
|
|
||||||
|
# Gradle configuration
|
||||||
|
*.properties linguist-configuration
|
||||||
|
*.gradle linguist-configuration
|
Loading…
Reference in a new issue