mirror of
https://github.com/LemmyNet/lemmy
synced 2024-10-30 15:21:20 +00:00
aee48f3f5d
* Use env var for config location when saving (not default location)
* Consistent variable formatting for easy replacement with sed
* Remove unmaintained lemmy_dev and uninstall playbooks
* Simplify lemmy.hjson for ansible
* cleanup ansible playbook
* add separate playbook for updating lemmy config
* Revert "add separate playbook for updating lemmy config"
This reverts commit 0a970ae1da
.
21 lines
283 B
Plaintext
21 lines
283 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
|