Feat/data main classes and .gitignore files
- Created 3 .gitignore files (one global, one for
Client
and one forServer
) - Created and documented global classes in a new
CommonClasses
package
Common classes are :
- Message
- Channel {abstract}
- OwnedChannel
- SharedChannel
- Subscription
- User