From 9aeab8cafa2cfd312c120d2d99467d6513ec3b71 Mon Sep 17 00:00:00 2001 From: strawmanbobi Date: Sun, 4 Dec 2016 09:07:53 +0800 Subject: [PATCH] removed system configuration from .gitignore --- src/web_console/.gitignore | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/web_console/.gitignore b/src/web_console/.gitignore index 63ab8fe..c3df920 100644 --- a/src/web_console/.gitignore +++ b/src/web_console/.gitignore @@ -2,11 +2,8 @@ backup/ .idea/ logs/ tools/ - -.idea/workspace.xml -*.DS_Store -nohup.out node_modules/ -bower_components - -configuration/system_configs.js \ No newline at end of file +bower_components/ +configuration/ +*.DS_Store +nohup.out \ No newline at end of file