From 8a47c78b449f5219827b0f230a54be44d3b0d2f3 Mon Sep 17 00:00:00 2001 From: SileNce5k <ozzynexus@gmail.com> Date: Mon, 28 Jun 2021 17:09:17 +0200 Subject: [PATCH] Update gitignore Add whole data dir and netload dir --- .gitignore | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 542f9db..e24e91f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ -/data/config.json -/data/netmoduleWhitelist.json -/data/serverPrefixes.json +data/ node_modules/ -/commands/debug.js \ No newline at end of file +/commands/debug.js +netload/ \ No newline at end of file