From 605cf774f95df71b26fc5d9a6efbaa73f3605123 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Mon, 23 Mar 2020 12:31:06 +0000 Subject: [PATCH] Update .gitignore; new files added to APIDump are no longer ignored --- Server/Plugins/.gitignore | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Server/Plugins/.gitignore b/Server/Plugins/.gitignore index 8553945b5..99844d3a0 100644 --- a/Server/Plugins/.gitignore +++ b/Server/Plugins/.gitignore @@ -1,3 +1,7 @@ -*.txt -*.md -*/ +/* +!/APIDump +!/Debuggers +!/DumpInfo +!/HookNotify +!/NetworkTest +!/TestLuaRocks