update .gitignore
parent
a0b0e39e9a
commit
bfd1929b3e
|
|
@ -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
|
||||
|
|
@ -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