Browse Source

Initial commit

code4me 5 years ago
commit
fccc053fd5
3 changed files with 88 additions and 0 deletions
  1. 14 0
      .gitignore
  2. 72 0
      LICENSE
  3. 2 0
      README.md

+ 14 - 0
.gitignore

@@ -0,0 +1,14 @@
+# ---> Java
+*.class
+
+# 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*
+

File diff suppressed because it is too large
+ 72 - 0
LICENSE


+ 2 - 0
README.md

@@ -0,0 +1,2 @@
+# test_private
+