728x90
โข๏ธ๋ฐ์ํ ์ํฉ
Unreal Engine์ ๋ํ .gitignore ํ์ผ์ ์ ์ฉํ ํ, ์ปค๋ฐ์ ํ๊ธฐ ์ํด "git add *" ๋ช ๋ น์ด๋ฅผ ์น๋๊น ๋ค์๊ณผ ๊ฐ์ ๊ฒฝ๊ณ ๊ฐ ๋ด์ต๋๋ค.
$ git add *
The following paths are ignored by one of your .gitignore files:
CppPractice.sln
hint: Use -f if you really want to add them.
hint: Turn this message off by running
hint: "git config advice.addIgnoredFile false"
"git add *" ๋ช ๋ น์ด๋ ์ถ์ ์ค์ธ ๋ชจ๋ ํ์ผ๋ค์ .gitignore์ ์ ํ ํ์ผ๊น์ง ํฌํจํ์ฌ ์คํ ์ด์ง์ ์ฌ๋ฆฌ๊ฒ ๋ค๋ ์๋ฏธ๋ผ๊ณ ํฉ๋๋ค. .gitignore์ ์ ์ ๋ค, git์ ์ ์ฌ๋ฆฌ๊ฒ ๋ค๊ณ ํด๋๊ณ ์ , ๋ง์ ์ฌ๋ฆฌ๋ ค๊ณ ํ๋ ์๋ ค์ฃผ๋ ๊ฒ์ด์ฃ .
โ ํด๊ฒฐ ๋ฐฉ์
.gitignore์ ์๋ ํ์ผ์ ์ ์ธํ๊ณ , ๋ชจ๋ ํ์ผ๋ค์ ์คํ ์ด์ง์ ์ฌ๋ ค์ฃผ๋ "git add ."์ ์ฌ์ฉํ์ฌ ์ฌ๋ฆฌ๋๋ก ํฉ๋๋ค.
$ git add .
728x90
๋ฐ์ํ
'๐ชTrouble Shooting > Tool' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[Visual Studio Code] "unable to start debugging. unable to establish a connection to gdb. debug output may contain more information." ์ค๋ฅ (0) | 2023.11.28 |
---|