Rubberduck-Debugging

git ignore 적용 본문

개발자/20181127 교육과정

git ignore 적용

P缶 2018. 12. 10. 18:03


* git ignore내용


.project


.classpath
.class
.log
.gradle/
.settings/
bin/
build/
temp/
.vscode
.DS_Store
node_modules/
security.properties
!build.gradle
















** git command line에는 이렇게 적는다


git -rm -r --cached .