From 4afc89755ad302a948291ada5b953d88b51b27b4 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 4 Feb 2020 12:13:22 +0800 Subject: [PATCH] 1 --- .gitignore | 2 ++ WEB-INF | 1 + static | 1 + 3 files changed, 4 insertions(+) create mode 100644 .gitignore create mode 120000 WEB-INF create mode 120000 static diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..afcaf69 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +config +lib2 \ No newline at end of file diff --git a/WEB-INF b/WEB-INF new file mode 120000 index 0000000..ef06246 --- /dev/null +++ b/WEB-INF @@ -0,0 +1 @@ +third_party/wjtx/legend-admin/guns/trunk/guns-admin/src/main/webapp/WEB-INF \ No newline at end of file diff --git a/static b/static new file mode 120000 index 0000000..67ac286 --- /dev/null +++ b/static @@ -0,0 +1 @@ +third_party/wjtx/legend-admin/guns/trunk/guns-admin/src/main/webapp/static \ No newline at end of file