From d3571d6ee28b7938f2cd7030bb2b31ab1c86db18 Mon Sep 17 00:00:00 2001 From: TopchetoEU <36534413+TopchetoEU@users.noreply.github.com> Date: Fri, 22 Dec 2023 10:46:30 +0200 Subject: [PATCH] fix: make .gitignore more restrictive --- .gitignore | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 87e4e4d..a256983 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,15 @@ -.vscode -.gradle -.ignore -/out -/build -/bin -/dst -/*.js -!/build.js -/dead-code -/Metadata.java \ No newline at end of file +* + +!/src +!/src/**/* + +!/tests +!/tests/**/* + +!/.github +!/.github/**/* + +!/.gitignore +!/build.js +!/LICENSE +!/README.md