mirror of https://gitlab.com/QEF/q-e.git
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:
parent
40b10b364b
commit
5d7fc95903
|
@ -0,0 +1,7 @@
|
|||
# Ignore everything
|
||||
*
|
||||
|
||||
# But not these files...
|
||||
!.gitignore
|
||||
!README.md
|
||||
|
|
@ -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.
|
Loading…
Reference in New Issue