[GitHub] .gitignore

๊น€์ •๋ฏผยท2022๋…„ 5์›” 20์ผ
2
post-thumbnail

.gitignore ๋ฏธ์ ์šฉ ์—๋Ÿฌ

๋ฏผ๊ฐํ•œ ์ •๋ณด๊ฐ€ ์žˆ๋Š” application.properties ๋‚ด์šฉ์„ GitHub์— ๋น„๊ณต๊ฐœ๋กœ ์„ค์ •ํ•˜๊ณ ์ž .gitignore์— src/main/resources/application.properties์„ ์ถ”๊ฐ€ํ•˜์˜€๋‹ค.

.gitignore๊ฐ€ ์ž‘๋™ํ•˜์ง€ ์•Š์•˜๋‹ค.

ํ•ด๊ฒฐ ๋ฐฉ๋ฒ•

๊ธฐ์กด์— ๋ฒ„์ „๊ด€๋ฆฌ ํ–ˆ๋˜ ๋‚ด์šฉ์„ ์‚ญ์ œ
git rm --cached {์ ˆ๋Œ€๊ฒฝ๋กœ}/application.properties

git add .

git commit -m "message"

git push

๊ฒฐ๋ก 

application.properties GitHub์— ๋น„๊ณต๊ฐœ๋กœ ์„ค์ •๋˜์—ˆ๋‹ค.



์ถœ์ฒ˜ : https://bsssss.tistory.com/m/511 - Small Asteroid Blog

0๊ฐœ์˜ ๋Œ“๊ธ€