From c9c9b97c17a19a23782bc109bba28fb2ac2704b6 Mon Sep 17 00:00:00 2001
From: SeeBasTStick <sebastian.stock@hhu.de>
Date: Mon, 10 Aug 2020 14:48:10 +0200
Subject: [PATCH] updated package.json

---
 .gitignore   |  2 +-
 package.json | 11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 023b9da..eb0638d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,5 +27,5 @@ hs_err_pid*
 
 # Ignore Gradle build output directory
 build
-/.idea/*
+/.idea
 /lsp
diff --git a/package.json b/package.json
index 2c69f66..d187170 100644
--- a/package.json
+++ b/package.json
@@ -10,6 +10,17 @@
     "type": "git",
     "url": "git+https://github.com/SeeBasTStick/b-language-server.git"
   },
+  "files": [
+    "gradle/wrapper/*",
+    "src/*",
+    "package.json",
+    "gradlew",
+    "build.gradle.kts",
+    "gradlew.bat",
+    "settings.gradle.kts",
+    "LICENSE",
+    "README.md"
+  ],
   "keywords": [
     "lsp",
     "b",
-- 
GitLab