Remove files added accidentally to the repo
This patch removes directory .tobiko-evn which was added by accident to the git repo in the past. It also updates .gitignore file to ignore this location in the future. Change-Id: Iae07065cbc763d8babd5163ff5ff75d442726d0a
This commit is contained in:
parent
16032b26f7
commit
c7577d579a
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,6 +11,7 @@
|
||||
.stestr
|
||||
.test
|
||||
.testrepository
|
||||
.tobiko-env
|
||||
.tox
|
||||
.vagrant
|
||||
.venv
|
||||
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"context_is_admin": "role:dummy",
|
||||
"context_is_advsvc": "role:dummy"
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
[DEFAULT]
|
||||
# Show debugging output in logs (sets DEBUG log level output)
|
||||
debug = False
|
||||
|
||||
lock_path = $state_path/lock
|
||||
|
||||
[database]
|
||||
connection = 'sqlite://'
|
@ -1,2 +0,0 @@
|
||||
{
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
"context_is_admin": "role:admin",
|
||||
"context_is_advsvc": "role:advsvc",
|
||||
"default": "rule:admin_or_owner"
|
||||
}
|
Loading…
Reference in New Issue
Block a user