mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-01 15:40:16 +00:00
7d3894d5dd
* Update .gitignore * Create start-dev-db.sh * Rename start-dev-db.sh to start_dev_db.sh * Update .gitignore * Update start_dev_db.sh * Update start_dev_db.sh * Update start_dev_db.sh * Update start_dev_db.sh * h * Update test.sh * Update start_dev_db.sh * made it work * Make test.sh work when run from scripts dir
33 lines
454 B
Plaintext
33 lines
454 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.*
|