aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorMinusGix <MinusGix@Gmail.com>2018-04-04 05:46:03 +0200
committerMinusGix <MinusGix@Gmail.com>2018-04-04 05:46:03 +0200
commit40e5e60879cc06763dfb4883db39b13765126c4d (patch)
treed8a7faf2f10c64775d83b01923473c3c5616808f /server
parentFixed relative schema links & client readability (diff)
downloadhackchat-40e5e60879cc06763dfb4883db39b13765126c4d.tar.gz
hackchat-40e5e60879cc06763dfb4883db39b13765126c4d.zip
Made gitignore include the auto-generated config folder
Diffstat (limited to 'server')
-rw-r--r--server/.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/server/.gitignore b/server/.gitignore
index 4f08b88..46de862 100644
--- a/server/.gitignore
+++ b/server/.gitignore
@@ -58,4 +58,6 @@ typings/
.env
# next.js build output
-.next \ No newline at end of file
+.next
+
+config/ \ No newline at end of file