bootstrap: Add Dockerfile to stow ignored files
Dockerfile would accidentally get placed in the home directory instead of being ignored like the rest of bootstrap files.
This commit is contained in:
parent
9cd5fe3f99
commit
1bcab1d5e7
1 changed files with 1 additions and 0 deletions
|
@ -3,5 +3,6 @@
|
||||||
^/install_packages.sh
|
^/install_packages.sh
|
||||||
^/update_package_list.sh
|
^/update_package_list.sh
|
||||||
^/packages.*.tsv
|
^/packages.*.tsv
|
||||||
|
^/Dockerfile
|
||||||
^/README.md
|
^/README.md
|
||||||
^/system-packages
|
^/system-packages
|
||||||
|
|
Loading…
Reference in a new issue