Keep tracking the archive folder for storing temporary downloaded files needed by install_utils and specific plugins.

See https://gitlab.com/QEF/q-e/-/issues/467
This commit is contained in:
Hongyi Zhao 2022-02-24 14:39:45 +08:00
parent 40b10b364b
commit 5d7fc95903
2 changed files with 8 additions and 0 deletions

7
archive/.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
# Ignore everything
*
# But not these files...
!.gitignore
!README.md

1
archive/README.md Normal file
View File

@ -0,0 +1 @@
This folder is only intended for keeping temporary downloaded files needed by install_utils and specific plugins. See [here](https://gitlab.com/QEF/q-e/-/issues/467) for more details.