java代码上传git,.gitignore的模版。

*.class

#package file
*.war
*.ear

#kdiff3 ingnore
*.orig

#maven ignore
taget/

#eclipse ignore
.settings/
.project
.classpath

#idea
.idea/
/idea/
*.ipr
*.iml
*.iws

# temp file
*.log
*.cache
*.diff
*.tmp

#system
.DS_Store
Thumbs.db

相关文章:

  • 2021-09-22
  • 2021-10-26
  • 2022-12-23
  • 2022-12-23
  • 2021-11-16
  • 2021-07-24
  • 2021-09-21
猜你喜欢
  • 2022-01-04
  • 2022-12-23
  • 2022-12-23
  • 2021-06-12
  • 2021-10-02
  • 2022-12-23
相关资源
相似解决方案