*.bak
*.txt
*.vm
.gitignore
#svn
.svn/
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
# Eclipse project files
.classpath
.project
# Proguard folder generated by Eclipse
proguard/
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
*.bak
*.txt
*.vm
.gitignore
#svn
.svn/
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
# Eclipse project files
.classpath
.project
# Proguard folder generated by Eclipse
proguard/
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
博客展示了Python项目中.gitignore文件的内容,包含了如*.bak、*.txt等多种文件类型,以及.svn/、bin/等文件夹,还涉及Eclipse、Intellij等项目文件的忽略规则,有助于在使用Git进行版本控制时排除不必要的文件。

902

被折叠的 条评论
为什么被折叠?



