First working version

This commit is contained in:
Daniel García
2018-02-10 01:00:55 +01:00
commit 5cd40c63ed
172 changed files with 17903 additions and 0 deletions

22
.dockerignore Normal file
View File

@ -0,0 +1,22 @@
# Local build artifacts
target
# Data folder
data
# IDE files
.vscode
.idea
*.iml
# Git and Docker files
.git
.gitignore
.gitmodules
Dockerfile
docker-compose.yml
.dockerignore
# Documentation
*.md