1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-22 17:33:14 +01:00

update gitignore

This commit is contained in:
Tim Daubenschütz 2015-07-29 15:57:48 +02:00
parent f5732661bd
commit f0d6eaa950
2 changed files with 10 additions and 0 deletions

3
.gitignore vendored
View File

@ -6,6 +6,9 @@ lib-cov
*.out *.out
*.pid *.pid
*.gz *.gz
*.sublime-project
spool-project.sublime-project
*.sublime-workspace
pids pids
logs logs

View File

@ -46,6 +46,13 @@ let constants = {
'logo': 'https://s3-us-west-2.amazonaws.com/ascribe0/whitelabel/sluice/logo.jpeg', 'logo': 'https://s3-us-west-2.amazonaws.com/ascribe0/whitelabel/sluice/logo.jpeg',
'permissions': ['register', 'edit', 'share', 'del_from_collection'], 'permissions': ['register', 'edit', 'share', 'del_from_collection'],
'type': 'prize' 'type': 'prize'
},
{
'subdomain': 'cyland',
'name': 'Cyland',
'logo': 'https://s3-us-west-2.amazonaws.com/ascribe0/whitelabel/sluice/logo.jpeg',
'permissions': ['register', 'edit', 'share', 'del_from_collection'],
'type': 'prize'
} }
], ],
'defaultDomain': { 'defaultDomain': {