From e442008cae4e517a793224e477f9718ea31d188d Mon Sep 17 00:00:00 2001 From: tmpdat Date: Thu, 8 Jun 2017 09:47:16 +0700 Subject: [PATCH] Initial commit --- .gitattributes | 2 ++ .gitignore | 15 +++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..eba1110 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e44e086 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +*.class + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.ear + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid*