Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lars Kruse
aura-engine
Commits
ea7dc432
Commit
ea7dc432
authored
Jan 27, 2021
by
David Trattnig
Browse files
Include default logs folder.
#72
parent
13ca2e9e
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
ea7dc432
.idea/
*.pyc
*.log
logs
tmp
.vscode/tags
config/engine.ini
...
...
install.sh
View file @
ea7dc432
...
...
@@ -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
...
...
logs/.gitignore
0 → 100644
View file @
ea7dc432
# Ignore everything in this directory
*
# Except this file
!.gitignore
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment