diff options
author | MinusGix <MinusGix@Gmail.com> | 2018-04-04 05:46:03 +0200 |
---|---|---|
committer | MinusGix <MinusGix@Gmail.com> | 2018-04-04 05:46:03 +0200 |
commit | 40e5e60879cc06763dfb4883db39b13765126c4d (patch) | |
tree | d8a7faf2f10c64775d83b01923473c3c5616808f /server/.gitignore | |
parent | Fixed relative schema links & client readability (diff) | |
download | hackchat-40e5e60879cc06763dfb4883db39b13765126c4d.tar.gz hackchat-40e5e60879cc06763dfb4883db39b13765126c4d.zip |
Made gitignore include the auto-generated config folder
Diffstat (limited to '')
-rw-r--r-- | server/.gitignore | 4 |
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 |