mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Update gitignore and test actionsmap
This commit is contained in:
parent
6be319f387
commit
f0c9fd92a9
2 changed files with 8 additions and 1 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -15,6 +15,7 @@ var
|
|||
sdist
|
||||
develop-eggs
|
||||
.installed.cfg
|
||||
log
|
||||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
|
@ -31,4 +32,9 @@ pip-log.txt
|
|||
|
||||
# Moulinette
|
||||
doc/*.json
|
||||
src/moulinette/package.py
|
||||
moulinette/package.py
|
||||
# track only test namespace
|
||||
lib/**
|
||||
!lib/test
|
||||
data/actionsmap/**
|
||||
!data/actionsmap/test.yml
|
||||
|
|
|
@ -27,6 +27,7 @@ _global:
|
|||
base_dn: dc=yunohost,dc=org
|
||||
user_rdn: cn=admin
|
||||
argument_auth: true
|
||||
lock: false
|
||||
|
||||
#############################
|
||||
# Test Actions #
|
||||
|
|
Loading…
Reference in a new issue