]> Untitled Git - lemmy.git/blobdiff - .gitignore
Fix wrong SMTP port when TLS is being used (fixes #3574) (#3607)
[lemmy.git] / .gitignore
index 4b9715b4cc30e82016eeed6c2cc3ac5317667b24..e482488366d43f794beb235d66ff59bc86a2e8bb 100644 (file)
@@ -1,6 +1,5 @@
 # local ansible configuration
 ansible/inventory
-ansible/inventory_dev
 ansible/passwords/
 
 # docker build files
@@ -15,8 +14,19 @@ volumes
 # local build files
 target
 env_setup.sh
-query_testing/*.json
-query_testing/*.json.old
+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.*