[Git] gitignore ํŒจํ„ด ๊ทœ์น™
ยท
Tool/Git
# : ์ฃผ์„ /TODO : ํ˜„์žฌ ๋””๋ ‰ํ„ฐ๋ฆฌ์— ์žˆ๋Š” TODO ํŒŒ์ผ ๋ฌด์‹œ build/ : build/ ๋””๋ ‰ํ„ฐ๋ฆฌ์— ์žˆ๋Š” ๋ชจ๋“  ํŒŒ์ผ ๋ฌด์‹œ *.a : ํ™•์žฅ์ž๊ฐ€ .a์ธ ํŒŒ์ผ ๋ฌด์‹œ !lib.a : .a์ธ ํŒŒ์ผ์€ ๋ชจ๋‘ ๋ฌด์‹œํ•˜์ง€๋งŒ !(๋Š๋‚Œํ‘œ)๊ฐ€ ์žˆ๋Š” ํŒŒ์ผ์€ ๋ฌด์‹œํ•˜์ง€ ์•Š๋Š”๋‹ค doc/*.txt : doc/notes.txt ํŒŒ์ผ์€ ๋ฌด์‹œํ•˜๊ณ  doc/server/arch.txt ํŒŒ์ผ์€ ๋ฌด์‹œํ•˜์ง€ ์•Š์Œ doc/**/*.pdf : doc ๋””๋ ‰ํ„ฐ๋ฆฌ ํ•˜์œ„ ๋ชจ๋“  .pdf ํŒŒ์ผ์„ ๋ฌด์‹œ
[IntelliJ] Windows์—์„œ Git Path ์„ค์ •
ยท
Tool/IntelliJ
Windows์—์„œ Git Path ์„ค์ • Git ์„ค์น˜ ์‹œ Git for Windows C:\Program Files\Git\mingw64\bin C:\path\to\PortableGit-2.6.2-64-bit\usr\bin C:\path\to\PortableGit-2.x.\mingw64\bin GitHub ์„ค์น˜ ์‹œ GitHub Desktop %USERPROFILE%\AppData\Local\GitHub\PORTAB~1\bin\git.exe