Skip to content
Snippets Groups Projects
Commit 0d6eb151 authored by David Trattnig's avatar David Trattnig
Browse files

Include default logs folder. #72

parent 7e87fb3e
No related branches found
No related tags found
No related merge requests found
.idea/
*.pyc
*.log
logs
tmp
.vscode/tags
config/engine.ini
......
......@@ -31,9 +31,6 @@ bash scripts/install-opam-packages.sh
echo "Installing Python Requirements ..."
$PYTHON_EXEC $(which pip3) install -r requirements.txt
echo "Create local 'logs' Folder ..."
mkdir -p logs
# Development
......
# Ignore everything in this directory
*
# Except this file
!.gitignore
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment