mirror of
https://github.com/Physton/sd-webui-prompt-all-in-one.git
synced 2026-05-01 19:51:29 +00:00
update .gitignore
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -3,10 +3,5 @@
|
|||||||
/index.php
|
/index.php
|
||||||
/src/node_modules
|
/src/node_modules
|
||||||
/src/package-lock.json
|
/src/package-lock.json
|
||||||
/storage
|
|
||||||
/tests/tested.json
|
|
||||||
/tags/*
|
|
||||||
/styles/extensions/demo
|
/styles/extensions/demo
|
||||||
__pycache__
|
__pycache__
|
||||||
/tests/.env
|
|
||||||
/models
|
|
||||||
2
models/.gitignore
vendored
Normal file
2
models/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
||||||
2
storage/.gitignore
vendored
Normal file
2
storage/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
||||||
2
tags/.gitignore
vendored
Normal file
2
tags/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
||||||
2
tests/.gitignore
vendored
Normal file
2
tests/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
tested.json
|
||||||
|
.env
|
||||||
Reference in New Issue
Block a user