Skip to content

Commit 763ec68

Browse files
committed
reorgenize the project
1 parent 56ec6b3 commit 763ec68

640 files changed

Lines changed: 4350 additions & 13050 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,24 @@
3434
/server-springBoot/src/main/docker/*.jar
3535

3636
# front-end
37-
/front-end-spring/.DS_Store
38-
/front-end-spring/node_modules/
39-
/front-end-spring/dist/
40-
/front-end-spring/npm-debug.log*
41-
/front-end-spring/yarn-debug.log*
42-
/front-end-spring/yarn-error.log*
43-
/front-end-spring/test/unit/coverage/
37+
/front-end-java/.DS_Store
38+
/front-end-java/node_modules/
39+
/front-end-java/dist/
40+
/front-end-java/npm-debug.log*
41+
/front-end-java/yarn-debug.log*
42+
/front-end-java/yarn-error.log*
43+
/front-end-java/test/unit/coverage/
4444

4545
# Editor directories and files
46-
/front-end-spring/.idea
47-
/front-end-spring/.vscode
48-
/front-end-spring/*.suo
49-
/front-end-spring/*.ntvs*
50-
/front-end-spring/*.njsproj
51-
/front-end-spring/*.sln
46+
/front-end-java/
47+
/front-end-java/.idea
48+
/front-end-java/.vscode
49+
/front-end-java/*.suo
50+
/front-end-java/*.ntvs*
51+
/front-end-java/*.njsproj
52+
/front-end-java/*.sln
5253

53-
/front-end-spring/*.old
54+
/front-end-java/*.old
5455

5556
# Server-Golang
5657
/server-golang/.vscode/

front-end-spring/.babelrc

Lines changed: 0 additions & 17 deletions
This file was deleted.

front-end-spring/.editorconfig

Lines changed: 0 additions & 9 deletions
This file was deleted.

front-end-spring/.postcssrc.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

front-end-spring/README.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

front-end-spring/build/build.js

Lines changed: 0 additions & 41 deletions
This file was deleted.

front-end-spring/build/check-versions.js

Lines changed: 0 additions & 54 deletions
This file was deleted.

front-end-spring/build/logo.png

-6.69 KB
Binary file not shown.

front-end-spring/build/utils.js

Lines changed: 0 additions & 101 deletions
This file was deleted.

front-end-spring/build/vue-loader.conf.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)