.gitignore 106 B

123456
  1. # maven项目编译目标路径
  2. target/
  3. # vscode项目配置文件路径
  4. .vscode
  5. # office 临时文件
  6. ~$*