Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lehrstuhl für Informations- und Automatisierungssysteme
PyI40AAS
Commits
9cac5fb1
Commit
9cac5fb1
authored
May 15, 2020
by
Torben Miny
Browse files
Merge branch fix/improve_ignored_files with refs/heads/master into refs/merge-requests/36/train
parents
6445aaf7
70c469d7
Pipeline
#281733
passed with stage
in 3 minutes and 8 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
9cac5fb1
...
@@ -4,8 +4,9 @@
...
@@ -4,8 +4,9 @@
/.mypy_cache/
/.mypy_cache/
/build/
/build/
/dist/
/dist/
/
aas
.egg-info/
/
*
.egg-info/
/venv/
/venv/
/.coverage
/.coverage
/htmlcov/
/test/test_config.ini
/test/test_config.ini
test/test_config.default.ini
View file @
9cac5fb1
# Configurations for the unittest environment
# For customizations, please create a new file in this directory, named `test_config.ini` and add the required entries
# to that file to override the defaults defined here.
[couchdb]
[couchdb]
url
=
http://localhost:5984
url
=
http://localhost:5984
...
...
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