make gitignore more specific and add some folders
This commit is contained in:
parent
e68f09d781
commit
d4e9baada6
3 changed files with 4 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
images/*
|
images/*
|
||||||
imagestore/app
|
imagestore/app/*.app
|
||||||
imagestore/vhd
|
imagestore/vhd/*.vhd
|
||||||
.config
|
.config
|
||||||
1
imagestore/app/README.md
Normal file
1
imagestore/app/README.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Place your .app files here
|
||||||
1
imagestore/vhd/README.md
Normal file
1
imagestore/vhd/README.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
The script will automatically place converted .vhd's here
|
||||||
Loading…
Reference in a new issue