X-Git-Url: http://these/git/?a=blobdiff_plain;f=.gitignore;h=e482488366d43f794beb235d66ff59bc86a2e8bb;hb=c890797b370417b9479186acd86bc065693f8691;hp=a19ca3fd618530844d7635471acc1dfdf5454857;hpb=6c31a1f9ccfe3e5bf54269e6c594c120dff62c16;p=lemmy.git diff --git a/.gitignore b/.gitignore index a19ca3fd..e4824883 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,32 @@ +# local ansible configuration ansible/inventory -ansible/inventory_dev ansible/passwords/ -ansible/vars/ + +# docker build files docker/lemmy_mine.hjson docker/dev/env_deploy.sh -build/ -.idea/ -ui/src/translations -docker/dev/volumes \ No newline at end of file +volumes + +# ide config +.idea +.vscode + +# local build files +target +env_setup.sh +query_testing/**/reports/*.json + +# API tests +api_tests/node_modules +api_tests/.yalc +api_tests/yalc.lock + +# pictrs data +pictrs/ + +# The generated typescript bindings +bindings + +# Database cluster and sockets for testing +dev_pgdata/ +*.PGSQL.*