mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-09-01 18:53:50 +00:00
* Add permitted display characters check for post titles * Remove accidental formatting change * Use invisible-chars crate for validation * Adding invisible chars library (#5759) --------- Co-authored-by: Dessalines <dessalines@users.noreply.github.com> Co-authored-by: Dessalines <tyhou13@gmx.com>
32 lines
441 B
Text
32 lines
441 B
Text
# local ansible configuration
|
|
ansible/inventory
|
|
ansible/passwords/
|
|
|
|
# docker build files
|
|
docker/lemmy_mine.hjson
|
|
docker/dev/env_deploy.sh
|
|
docker/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
|
|
api_tests/pict-rs
|
|
|
|
# pictrs data
|
|
pictrs/
|
|
|
|
# The generated typescript bindings
|
|
bindings
|
|
|
|
# database dumps
|
|
*.sqldump
|