Browse Source

Remove auto-generated property files

Tankernn 8 years ago
parent
commit
f663cb7e4e
3 changed files with 1 additions and 9 deletions
  1. 1 0
      .gitignore
  2. 0 5
      client.properties
  3. 0 4
      server.properties

+ 1 - 0
.gitignore

@@ -5,6 +5,7 @@
 bin/
 logs/
 *.class
+/*.properties
 *.log
 
 # Mobile Tools for Java (J2ME)

+ 0 - 5
client.properties

@@ -1,5 +0,0 @@
-#Configuration for chat client
-#Wed Feb 01 09:51:51 CET 2017
-port=25566
-host=localhost
-username=Frans23

+ 0 - 4
server.properties

@@ -1,4 +0,0 @@
-#ChatServer config file
-#Wed Feb 01 10:06:21 CET 2017
-maxUsers=20
-port=25566