-1

ここに私の .gitignore ファイルがあります:

# 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
.metadata
local.properties
.classpath
.loadpath
.settings

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# PDT-specific
.buildpath

# Proguard folder generated by Eclipse
proguard/

# Intellij project files
*.iml
*.ipr
*.iws
.idea/
/project.properties
/proguard-project.txt
.settings
/lint.xml

git ステータスの結果:

支店長で

コミットするものは何もありません。作業ディレクトリはクリーンです

git add library の後、同じ結果が得られます...そして、ls -al library/私のファイルを見せてください!

4

1 に答える 1