mirror of
https://gitea.psi.ch/APOG/acsm-fairifier.git
synced 2025-07-14 11:11:48 +02:00
Append previous .dockerignore and requiremnts.txt to the version after renku init, basically trying to restore them back after being overwritten by renku init.
This commit is contained in:
@ -2,3 +2,19 @@ data
|
||||
notebooks
|
||||
.renku
|
||||
.git
|
||||
|
||||
# Below my dockerignore lines. Hopefully there is no conflict with renku init.
|
||||
figures/
|
||||
pipelines/params/
|
||||
envs/
|
||||
logs/
|
||||
*.pyc
|
||||
__pycache__/
|
||||
*.h5
|
||||
.Trash-0/
|
||||
.ipynb_checkpoints/
|
||||
env_setup.sh
|
||||
docker-compose.yaml
|
||||
run_container.sh
|
||||
TODO.md
|
||||
.env
|
Reference in New Issue
Block a user