A self hosted chat application with end-to-end encrypted messaging.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
552 B

4 years ago
  1. HELP.md
  2. target/
  3. !.mvn/wrapper/maven-wrapper.jar
  4. !**/src/main/**
  5. !**/src/test/**
  6. ### STS ###
  7. .apt_generated
  8. .classpath
  9. .factorypath
  10. .project
  11. .settings
  12. .springBeans
  13. .sts4-cache
  14. ### IntelliJ IDEA ###
  15. .idea
  16. *.iws
  17. *.iml
  18. *.ipr
  19. ### NetBeans ###
  20. /nbproject/private/
  21. /nbbuild/
  22. /dist/
  23. /nbdist/
  24. /.nb-gradle/
  25. build/
  26. ### VS Code ###
  27. .vscode/
  28. .cache/
  29. node_modules
  30. bundle.js
  31. bundle.min.js
  32. adminBundle.js
  33. adminBundle.min.js
  34. worker.js
  35. chatWorker.js
  36. chatWorker.min.js
  37. node
  38. src/main/javascript/node/
  39. dist
  40. out
  41. yarn-error.log
  42. gen-password.txt
  43. **/static/**
  44. License.md