mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 01:58:21 +08:00
fix
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -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
|
Reference in New Issue
Block a user