update .gitignore
parent
a0b0e39e9a
commit
bfd1929b3e
|
|
@ -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
|
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
*
|
||||||
|
!.gitignore
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
*
|
||||||
|
!.gitignore
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
*
|
||||||
|
!.gitignore
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
tested.json
|
||||||
|
.env
|
||||||
Loading…
Reference in New Issue