Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.gitignore 文件与 idea 配置文件清理 #207

Open
jianhong-li opened this issue Sep 21, 2021 · 1 comment
Open

.gitignore 文件与 idea 配置文件清理 #207

jianhong-li opened this issue Sep 21, 2021 · 1 comment

Comments

@jianhong-li
Copy link

  1. 项目包含 idea 相关的配置文件.不便于协作开发.
  2. .gitignore文件中的忽略文件列表不全. 建议如下:
# kdiff3 ignore
*.orig

# maven ignore
target/

# eclipse ignore
.settings/
.project
.classpath

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

# temp ignore
*.log
*.cache
*.diff
*.patch
*.tmp

# system ignore
.DS_Store
Thumbs.db

# package ignore (optional)
# *.jar
# *.war
# *.zip
# *.tar
# *.tar.gz

# linux
.directory
@adlered
Copy link
Owner

adlered commented Nov 24, 2021

收到,感谢建议

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants