mirror of https://github.com/veops/cmdb.git
fix
This commit is contained in:
parent
3385b12308
commit
41cbc1e5b8
|
@ -2,11 +2,8 @@
|
||||||
*.pyc
|
*.pyc
|
||||||
.idea
|
.idea
|
||||||
data
|
data
|
||||||
logs
|
|
||||||
*/logs/*
|
|
||||||
*.sql
|
|
||||||
deploy.sh
|
|
||||||
logs/*
|
logs/*
|
||||||
|
*.sql
|
||||||
test/*
|
test/*
|
||||||
tools/*
|
tools/*
|
||||||
cmdb_agent/*
|
cmdb_agent/*
|
||||||
|
|
|
@ -8,4 +8,4 @@ from ci_relation import cirelation
|
||||||
from ci import ci
|
from ci import ci
|
||||||
from history import history
|
from history import history
|
||||||
from account import account
|
from account import account
|
||||||
from special import special
|
# from special import special
|
Loading…
Reference in New Issue