.gitignore μ μ¬μ©ν΄μ λ°°μ ν μμλ€μ μ§μ κ°λ₯
id: admin
pw: 1234abcd
git status
.gitignore
νμΌ μμ±secrets.yaml
git status
π https://git-scm.com/docs/gitignore μ°Έμ‘°
# μ΄λ κ² #λ₯Ό μ¬μ©ν΄μ μ£Όμ
# λͺ¨λ file.c
file.c
# μ΅μμ ν΄λμ file.c
/file.c
# λͺ¨λ .c νμ₯μ νμΌ
*.c
# .c νμ₯μμ§λ§ 무μνμ§ μμ νμΌ
!not_ignore_this.c
# logsλ μ΄λ¦μ νμΌ λλ ν΄λμ κ·Έ λ΄μ©λ€
logs
# logsλ μ΄λ¦μ ν΄λμ κ·Έ λ΄μ©λ€
logs/
# logs ν΄λ λ°λ‘ μμ debug.logμ .c νμΌλ€
logs/debug.log
logs/*.c
# logs ν΄λ λ°λ‘ μ, λλ κ·Έ μμ λ€λ₯Έ ν΄λ(λ€) μμ debug.log
logs/**/debug.log
β¦ μΆμ² : μνν μ½λ©μ¬μ Git & GitHub