* Fixing url generation on thumbnails
This is mostly to remove the extensions which mess with OpenGraph meta fetching Most services like Discord/Twitter/Facebook/Linkedin will not bother using the Available opengraph metadata if an extension is detected as its assumed to be a plain file
This commit is contained in:
19
.gitignore
vendored
19
.gitignore
vendored
@@ -1,28 +1,25 @@
|
||||
/target
|
||||
clippable-cli/store.json
|
||||
msg
|
||||
*.swp
|
||||
tmp/
|
||||
keys/
|
||||
|
||||
api/target/
|
||||
api/dev/
|
||||
*.swp
|
||||
clippable-server/store.json
|
||||
api/vids/
|
||||
frontend/themes/clippable/static/js/index.js
|
||||
frontend/public/
|
||||
frontend/themes/clippable/static/js/category.js
|
||||
frontend/themes/clippable/static/js/collection.js
|
||||
api/static/js/
|
||||
api/thumbs/
|
||||
api/*.db
|
||||
|
||||
build/
|
||||
gitpage/public/
|
||||
gitpage/resources/
|
||||
gitpage/hugo.exe
|
||||
|
||||
aws/infra/keys/
|
||||
aws/infra/*.hcl
|
||||
aws/infra/*.tfstate
|
||||
aws/infra/*.backup
|
||||
aws/infra/.terraform/providers/registry.terraform.io/hashicorp/aws/3.63.0/linux_amd64/terraform-provider-aws_v3.63.0_x5
|
||||
aws/infra/.terraform/
|
||||
aws/infra/plan
|
||||
aws/infra/terraform.tfvars
|
||||
aws/playbooks/hosts
|
||||
tmp/
|
||||
keys/
|
||||
|
||||
Reference in New Issue
Block a user