mirror of
https://github.com/LemmyNet/lemmy
synced 2024-10-30 15:21:20 +00:00
e365d48769
rg command respects gitignore, and sql dumps should be ignored by git as well. So theres no reason to have a separate file.
36 lines
482 B
Plaintext
36 lines
482 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
|
|
|
|
# Database cluster and sockets for testing
|
|
dev_pgdata/
|
|
*.PGSQL.*
|
|
|
|
# database dumps
|
|
*.sqldump
|