]> Untitled Git - lemmy.git/blob - .gitignore
Moving docs to join.lemmy.ml . Fixes #1396 (#1410)
[lemmy.git] / .gitignore
1 # local ansible configuration
2 ansible/inventory
3 ansible/inventory_dev
4 ansible/passwords/
5
6 # docker build files
7 docker/lemmy_mine.hjson
8 docker/dev/env_deploy.sh
9 volumes
10
11 # ide config
12 .idea
13 .vscode
14
15 # local build files
16 target
17 env_setup.sh
18 query_testing/**/reports/*.json
19
20 # API tests
21 api_tests/node_modules