Browse Source

test

master
zhizhi wu 4 years ago
parent
commit
26885337b3
  1. 9
      .gitignore
  2. 0
      scheduler/src/main/resources/static/index.html

9
.gitignore

@ -7,6 +7,10 @@ target/
target/*
.idea
.idea/
src/main/resources/static
src/main/resources/static/
src/main/resources/static/*
/resources/static/
# Log file
*.log
@ -29,9 +33,7 @@ target/*
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
src/main/resources/static/
src/main/resources/static/*
/resources/static/
# vue
.DS_Store
@ -50,7 +52,6 @@ yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*

0
scheduler/src/main/resources/static/index.html

Loading…
Cancel
Save