Renamed api to clippable-svc to be more clear
This commit is contained in:
parent
54af3628e4
commit
348410853a
14
.gitignore
vendored
14
.gitignore
vendored
@ -3,13 +3,13 @@ msg
|
|||||||
tmp/
|
tmp/
|
||||||
keys/
|
keys/
|
||||||
|
|
||||||
api/target/
|
clippable-svc/target/
|
||||||
api/dev/
|
clippable-svc/dev/
|
||||||
api/vids/
|
clippable-svc/vids/
|
||||||
api/static/js/
|
clippable-svc/static/js/
|
||||||
api/static/dist/
|
clippable-svc/static/dist/
|
||||||
api/thumbs/
|
clippable-svc/thumbs/
|
||||||
api/*.db
|
clippable-svc/*.db
|
||||||
|
|
||||||
build/
|
build/
|
||||||
gitpage/public/
|
gitpage/public/
|
||||||
|
3
clippable-svc/.vscode/settings.json
vendored
Normal file
3
clippable-svc/.vscode/settings.json
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"rust.all_features": true
|
||||||
|
}
|
9
clippable-svc/.ycm_extra_conf.py
Normal file
9
clippable-svc/.ycm_extra_conf.py
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
def Settings(**kwargs):
|
||||||
|
return {
|
||||||
|
'ls': {
|
||||||
|
'cargo': {
|
||||||
|
'features': ['admin'],
|
||||||
|
'noDefaultFeatures': True
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
0
api/Cargo.lock → clippable-svc/Cargo.lock
generated
0
api/Cargo.lock → clippable-svc/Cargo.lock
generated
Loading…
Reference in New Issue
Block a user