-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added default .gitattributes and .gitignore
- Loading branch information
Tobias Richter
committed
Jan 5, 2018
1 parent
da5ee5a
commit d85f032
Showing
2 changed files
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# Declare text files with unix file ending | ||
*.conf text eol=lf | ||
*.config text eol=lf | ||
*.css text eol=lf | ||
*.dtd text eol=lf | ||
*.esp text eol=lf | ||
*.ecma text eol=lf | ||
*.groovy text eol=lf | ||
*.hbrs text eol=lf | ||
*.hbs text eol=lf | ||
*.htm text eol=lf | ||
*.html text eol=lf | ||
*.java text eol=lf | ||
*.jpage text eol=lf | ||
*.js text eol=lf | ||
*.json text eol=lf | ||
*.jsp text eol=lf | ||
*.mustache text eol=lf | ||
*.tld text eol=lf | ||
*.launch text eol=lf | ||
*.log text eol=lf | ||
*.php text eol=lf | ||
*.pl text eol=lf | ||
*.project text eol=lf | ||
*.properties text eol=lf | ||
*.props text eol=lf | ||
*.sass text eol=lf | ||
*.scss text eol=lf | ||
*.sh text eol=lf | ||
*.shtm text eol=lf | ||
*.shtml text eol=lf | ||
*.sql text eol=lf | ||
*.svg text eol=lf | ||
*.txt text eol=lf | ||
*.vm text eol=lf | ||
*.xml text eol=lf | ||
*.xsd text eol=lf | ||
*.xsl text eol=lf | ||
*.xslt text eol=lf | ||
*.yml text eol=lf | ||
*.yaml text eol=lf | ||
|
||
|
||
# Declare windows-specific text files with windows file ending | ||
*.asp text eol=crlf | ||
*.asax text eol=crlf | ||
*.asa text eol=crlf | ||
*.aspx text eol=crlf | ||
*.bat text eol=crlf | ||
*.cmd text eol=crlf | ||
*.cs text eol=crlf | ||
*.csproj text eol=crlf | ||
*.reg text eol=crlf | ||
*.sln text eol=crlf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,29 @@ | ||
target/ | ||
pom.xml.tag | ||
pom.xml.releaseBackup | ||
pom.xml.versionsBackup | ||
pom.xml.next | ||
release.properties | ||
maven-eclipse.xml | ||
infinitest.filters | ||
|
||
node_modules/ | ||
npm-debug.log | ||
|
||
.nodejs | ||
.project | ||
.classpath | ||
.settings | ||
.externalToolBuilders | ||
.pmd | ||
.checkstyle | ||
.idea | ||
.vagrant | ||
*.iml | ||
.DS_Store | ||
.rubygems | ||
.sass-cache | ||
.rubygems-gem-maven-plugin | ||
*.sublime-* | ||
*nbactions*.xml | ||
.temp/ |