split client and server into maven modules

This commit is contained in:
Athou
2022-08-13 10:34:59 +02:00
parent 4c4868a2b6
commit ac7b6eeb21
277 changed files with 645 additions and 521 deletions

39
commafeed-client/.gitignore vendored Normal file
View File

@@ -0,0 +1,39 @@
# config file
config.yml
# build directory
target
target-ide
# database files
database
# log files
log
# jetty sessions
sessions
# node
node
node_modules
# bower
src/main/app/lib
# Eclipse files
.project
.classpath
.settings
.factorypath
.checkstyle
# IntelliJ Idea files
.idea
*.iml
# Sublime
*.sublime*
# Macs
*.DS_Store