]> Untitled Git - lemmy.git/blob - .gitignore
Dont announce comments, edited posts to Pleroma/Mastodon followers
[lemmy.git] / .gitignore
1 # local ansible configuration
2 ansible/inventory
3 ansible/passwords/
4
5 # docker build files
6 docker/lemmy_mine.hjson
7 docker/dev/env_deploy.sh
8 volumes
9
10 # ide config
11 .idea
12 .vscode
13
14 # local build files
15 target
16 env_setup.sh
17 query_testing/**/reports/*.json
18
19 # API tests
20 api_tests/node_modules