Skip to content

Commit

Permalink
RESTWS-602 Add .gitattributes file
Browse files Browse the repository at this point in the history
add .gitattributes file from openmrs-core to ensure
consistent behavior for all user no matter what gitconfig
and also that this repo behaves the same way as core
  • Loading branch information
teleivo committed Sep 20, 2016
1 parent e3e723f commit ee196d2
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions .gitattributes
@@ -0,0 +1,75 @@
* text=auto

# Known text file extensions
*.as text
*.bat text
*.cnf text
*.conf text
*.css text
*.csv text
*.dtd text
*.erb text
*.ftl text
*.gitattributes text
*.gitignore text
*.gitkeep text
*.gitmodules text
*.groovy text
*.gsp text
*.htaccess text
*.htm text
*.html text
*.java text
*.js text
*.js.withjstl text
*.json text
*.jsp text
*.list text
*.lock text
*.log text
*.markdown text
*.md text
*.nsh text
*.nsi text
*.opts text
*.php text
*.pl text
*.policy text
*.pp text
*.project text
*.properties text
*.rb text
*.rdf text
*.scss text
*.sh text
*.sql text
*.story text
*.svg text
*.tag text
*.tld text
*.txt text
*.vm text
*.xml text
*.xsl text
*.xslt text
*.yaml text
*.yml text

# Known binary file extensions
*.bmp binary
*.chls binary
*.class binary
*.db binary
*.eot binary
*.exe binary
*.gif binary
*.gzip binary
*.ico binary
*.jar binary
*.jpeg binary
*.jpg binary
*.omod binary
*.png binary
*.ttf binary
*.woff binary
*.zip binary

0 comments on commit ee196d2

Please sign in to comment.