From fb650e19b4c9ddad2e913787e41a964b32f907d2 Mon Sep 17 00:00:00 2001 From: Jason Dillon Date: Fri, 31 Jul 2015 16:48:35 -0700 Subject: [PATCH] initial git config --- .gitattributes | 3 +++ .gitignore | 27 +++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..8e6e296c33 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto +*.bat eol=crlf +*.dat binary diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..9c4e3db3e4 --- /dev/null +++ b/.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 \ No newline at end of file