Nutomic
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 0a970ae1da984791958b01b01d35e64d6f6eb98a.
20 lines
283 B
Text
20 lines
283 B
Text
# 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
|