mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
update gitignore
This commit is contained in:
parent
f5732661bd
commit
f0d6eaa950
3
.gitignore
vendored
3
.gitignore
vendored
@ -6,6 +6,9 @@ lib-cov
|
|||||||
*.out
|
*.out
|
||||||
*.pid
|
*.pid
|
||||||
*.gz
|
*.gz
|
||||||
|
*.sublime-project
|
||||||
|
spool-project.sublime-project
|
||||||
|
*.sublime-workspace
|
||||||
|
|
||||||
pids
|
pids
|
||||||
logs
|
logs
|
||||||
|
@ -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': {
|
||||||
|
Loading…
Reference in New Issue
Block a user