- 기존: 모든 파일 무시(*) + 폴더별 허용(!path) → 새 파일 추가 시 git add -f 필요 - 변경: 쓰레기 파일만 제외 (.DS_Store, *.log, *.tmp 등)
20 lines
203 B
Plaintext
20 lines
203 B
Plaintext
# OS/에디터 생성 파일
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# 로그/임시 파일
|
|
*.log
|
|
*.tmp
|
|
*.temp
|
|
*.bak
|
|
*.cache
|
|
|
|
# 노션 내보내기 임시
|
|
_to_notion/
|
|
|
|
# 백업 파일
|
|
contracts/docx/backup/
|