From 9a2907f253fee7598836633d4fe2c03651844786 Mon Sep 17 00:00:00 2001 From: inyourwalls Date: Tue, 7 Nov 2023 18:35:00 -0500 Subject: hello, world --- .gitignore | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9ceb91d..581abe4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,12 @@ -# LSP data folder. -.jdtls +# Gradle +/.gradle +/build + +# JDTLS +.classpath +.factorypath +.settings +.project +bin + +*.hprof -- cgit v1.3.1