]> Untitled Git - lemmy.git/blobdiff - .gitignore
Enable gzip for reqwest (#3696)
[lemmy.git] / .gitignore
index ea0a258595779dfb2aadf73de85176b09ea10ff7..e482488366d43f794beb235d66ff59bc86a2e8bb 100644 (file)
@@ -18,6 +18,15 @@ 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.*