Skip to content

Commit

Permalink
initial git config
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillon committed Jul 31, 2015
0 parents commit fb650e1
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
@@ -0,0 +1,3 @@
* text=auto
*.bat eol=crlf
*.dat binary
27 changes: 27 additions & 0 deletions .gitignore
@@ -0,0 +1,27 @@
# Eclipse
.classpath
.project
.settings/

# Maven
target/
*.ser
*.ec

# Intellij
*.ipr
*.iml
*.iws
.idea/

# Other
.DS_Store
.clover
build.log
atlassian-ide-plugin.xml
dependency-reduced-pom.xml
out

# Zion
.zion/
variables.properties

0 comments on commit fb650e1

Please sign in to comment.