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