Files
Athou_commafeed/.gitignore
Jérémie Panzer 71ac2bfc45 support for Java9+ (#906)
* initial java9+ support

* restore session management, updated for jetty 9.4

* Session actually implements EntityManager

* reusable method for setting the timeout
2019-04-22 20:30:06 +02:00

36 lines
294 B
Plaintext

# config gile
config.yml
# build directory
target
target-ide
# log files
log
# jetty sessions
sessions
# node
node
node_modules
# bower
src/main/app/lib
# Eclipse files
.project
.classpath
.settings
.factorypath
# IntelliJ Idea files
.idea
*.iml
# Sublime
*.sublime*
# Macs
*.DS_Store