]> Untitled Git - lemmy.git/blob - .gitignore
Isomorphic docker (#1124)
[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/*.json
19 query_testing/*.json.old
20
21 # API tests
22 api_tests/node_modules