Browse Source

Initial commit

Olyol95 9 years ago
commit
4ea2a2457a
2 changed files with 14 additions and 0 deletions
  1. 12 0
      .gitignore
  2. 2 0
      README.md

+ 12 - 0
.gitignore

@@ -0,0 +1,12 @@
+*.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*

+ 2 - 0
README.md

@@ -0,0 +1,2 @@
+# IPServer
+The server component for an electronic, GPS based business card sharing app.