diff --git a/.gitignore b/.gitignore index 7cc4106..fcd37fc 100644 --- a/.gitignore +++ b/.gitignore @@ -74,6 +74,8 @@ data/* !data/README.md PYROS_OBSERVATORY/* + +# Specific private config config/config_pyros.yml config/general/private/* config/observatory/private/* @@ -82,6 +84,7 @@ config/pyros_observatory/*/history/ config/pyros_observatory/*/obsconfig.p src/core/pyros_django/obs_config/fixtures/obsconfig.p src/core/pyros_django/obs_config/fixtures/history/* + src/core/pyros_django/sequences_pickle/ src/core/guitastro diff --git a/docker/PYROS_DOCKER_START.sh b/docker/PYROS_DOCKER_START.sh index 7b5f190..11e7e70 100755 --- a/docker/PYROS_DOCKER_START.sh +++ b/docker/PYROS_DOCKER_START.sh @@ -9,7 +9,7 @@ echo echo "Then START:" docker-compose up -d +# See started containers echo echo "Started containers for pyros:" -# See started containers docker ps | grep pyros -- libgit2 0.21.2