我有一个Java Spring项目,该项目在resources文件夹中有application.properties文件。当我尝试将其提交到git时,它不会显示在已更改文件的列表中。我正在使用SourceTree。这是我的.gitignore。我正在使用intellij社区版。
/target/
!.mvn/wrapper/maven-wrapper.jar
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/build/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
我希望对application.properties进行跟踪。
答案 0 :(得分:1)
我在全局.gitignore中忽略了.properties