From 8a310dced9feaedd797115cad83a4e030a00212e Mon Sep 17 00:00:00 2001 From: roo00 Date: Tue, 7 Jan 2020 17:43:21 +0800 Subject: [PATCH] Update .gitignore --- o2server/.gitignore | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/o2server/.gitignore b/o2server/.gitignore index 473879ee60..03136b65f6 100644 --- a/o2server/.gitignore +++ b/o2server/.gitignore @@ -1,21 +1,11 @@ +/o2cloud/ +/.settings/ +.classpath .project /.settings/ -/local/ -/localSample/ -/config/ -/configSample/ -/logs/ /target/ -/x_build/ -/servers/ -command.swap -/store/ -/node_modules/ -**/src/main/resources/META-INF/persistence.xml -**/src/main/resources/META-INF/x_persistence.xml -**/*_.java -**/src/main/webapp/describe/ -console.jar +/o2custom/ +/.svn/ +/o2web/gulpfile.js **/.DS_Store -.DS_Store -/commons/ext/manifest.cfg +.DS_Store \ No newline at end of file -- GitLab