Skip to content
Snippets Groups Projects
Commit 9a5c7114 authored by OZGCloud's avatar OZGCloud
Browse files

Cleanups and tiny documentation

parent a0e316ad
No related branches found
No related tags found
No related merge requests found
...@@ -15,3 +15,6 @@ target/ ...@@ -15,3 +15,6 @@ target/
# Client # Client
goofy-client/.vscode/ goofy-client/.vscode/
.attach**
.factorypath
## Versionen ## Versionen
nodeJS: 14.15.1 nodeJS: 14.15.1
npm: 6.14.8 npm: 6.14.8
## IDE Setup
Window > Preferences > Maven > Automatically update Maven projects configuration
version: "2.1"
services:
mongo:
image: mongo:3.2.4
ports:
- 27017:27017
command: --smallfiles
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment