Browse Source

test

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

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

Loading…
Cancel
Save