• Szymon Zimnowoda's avatar
    Use workspaces · 9d2548f1
    Szymon Zimnowoda authored
    Split the code to bin and lib
    bin - use lib and start webserver
    lib - whole pod business logic
    9d2548f1
.gitignore 191 bytes
# cargo/rust build output
target/
# IDE-s
.idea/
# User-generated files (database, files, etc)
*/data/*
/data/*
/builds/
# Git mergetool artefacts
*.orig
# Python
*.pyc
# mac
.DS_Store