之前对git不熟悉,每次提交代码的时候总会提交.idea、或者target、out目录,这些都是idea运行后所生成的项目配置文件,是没有必要上传的,所以需要配置.gitignore的提交规则,把这些不需要的文件或者目录都忽略掉,减少不必要的项目文件被提交上去。
下面这个是IntelliJ IDEA下的配置
# Created by .ignore support plugin (hsz.mobi)
### Maven template
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.idea/
## File-based project format:
*.iws
*.iml
*.ipr
## Plugin-specific files:
# IntelliJ
/out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。