]> Untitled Git - lemmy.git/blob - .gitignore
6ae0ae1935606bd725bebea231f30b0e6437acc1
[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 docker/federation/volumes
10 docker/federation-test/volumes
11 docker/dev/volumes
12
13 # local build files
14 build/
15 ui/src/translations
16
17 # ide config
18 .idea/
19
20 target