]> Untitled Git - lemmy.git/blob - .gitignore
Update Dockerfile to run process as non-privileged user. (#3709)
[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
21 api_tests/.yalc
22 api_tests/yalc.lock
23
24 # pictrs data
25 pictrs/
26
27 # The generated typescript bindings
28 bindings
29
30 # Database cluster and sockets for testing
31 dev_pgdata/
32 *.PGSQL.*