mirror of https://github.com/veops/cmdb.git
update gitignore
This commit is contained in:
parent
1ef18a12c5
commit
a41bc56a3f
|
@ -5,10 +5,16 @@ data
|
||||||
logs
|
logs
|
||||||
*/logs/*
|
*/logs/*
|
||||||
*.sql
|
*.sql
|
||||||
|
deploy.sh
|
||||||
|
logs/*
|
||||||
test/*
|
test/*
|
||||||
tools/*
|
tools/*
|
||||||
|
cmdb_agent/*
|
||||||
*.log
|
*.log
|
||||||
*.orig
|
*.orig
|
||||||
*.zip
|
*.zip
|
||||||
*.swp
|
*.swp
|
||||||
|
config.cfg
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
|
core/special.py
|
||||||
|
lib/special
|
||||||
|
|
Loading…
Reference in New Issue