diff --git a/.gitignore b/.gitignore index 7533bec..8c6b1fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ images/* -imagestore/app -imagestore/vhd +imagestore/app/*.app +imagestore/vhd/*.vhd .config \ No newline at end of file diff --git a/imagestore/app/README.md b/imagestore/app/README.md new file mode 100644 index 0000000..3ce86eb --- /dev/null +++ b/imagestore/app/README.md @@ -0,0 +1 @@ +Place your .app files here \ No newline at end of file diff --git a/imagestore/vhd/README.md b/imagestore/vhd/README.md new file mode 100644 index 0000000..db1e7d3 --- /dev/null +++ b/imagestore/vhd/README.md @@ -0,0 +1 @@ +The script will automatically place converted .vhd's here \ No newline at end of file