mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-01 15:40:16 +00:00
88a0d2feec
* Adding typescript generation for API. Fixes #2824 * Try to fix Ltree issue 1. * Forgot a few types. * Fixing api tests. * Removing url_serde line. * Manually deriving TS for some types.
29 lines
388 B
Plaintext
29 lines
388 B
Plaintext
# local ansible configuration
|
|
ansible/inventory
|
|
ansible/passwords/
|
|
|
|
# docker build files
|
|
docker/lemmy_mine.hjson
|
|
docker/dev/env_deploy.sh
|
|
volumes
|
|
|
|
# ide config
|
|
.idea
|
|
.vscode
|
|
|
|
# local build files
|
|
target
|
|
env_setup.sh
|
|
query_testing/**/reports/*.json
|
|
|
|
# API tests
|
|
api_tests/node_modules
|
|
api_tests/.yalc
|
|
api_tests/yalc.lock
|
|
|
|
# pictrs data
|
|
pictrs/
|
|
|
|
# The generated typescript bindings
|
|
bindings
|