mirror of
https://github.com/Physton/sd-webui-prompt-all-in-one.git
synced 2026-01-26 11:19:55 +00:00
update .gitignore
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -3,10 +3,5 @@
|
||||
/index.php
|
||||
/src/node_modules
|
||||
/src/package-lock.json
|
||||
/storage
|
||||
/tests/tested.json
|
||||
/tags/*
|
||||
/styles/extensions/demo
|
||||
__pycache__
|
||||
/tests/.env
|
||||
/models
|
||||
__pycache__
|
||||
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