]> Untitled Git - lemmy.git/blobdiff - .gitignore
work around race condition on community fetch (#3414)
[lemmy.git] / .gitignore
index 4cb8939f5f67c82a2011fa209332ca0f4b444ffe..e482488366d43f794beb235d66ff59bc86a2e8bb 100644 (file)
@@ -1,4 +1,32 @@
+# local ansible configuration
 ansible/inventory
 ansible/passwords/
-build/
-.idea/
+
+# docker build files
+docker/lemmy_mine.hjson
+docker/dev/env_deploy.sh
+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.*