본문 바로가기

Daily Develope

검색하기
Daily Develope
프로필사진 noggame

  • 분류 전체보기 (112)
    • Develope (53)
      • Python (31)
      • Web (18)
      • ETC (4)
    • AI (16)
    • DB (6)
    • MicroService (7)
      • Docker (6)
      • Kubernetes (1)
    • OS (15)
      • Linux (10)
      • Windows (1)
      • Mac (4)
    • Git (7)
    • Algorithm (1)
    • Favorite (4)
      • 책갈피 (4)
      • Music (0)
Guestbook
Notice
  • migration 중입니다...
Recent Posts
Recent Comments
Link
«   2025/07   »
일 월 화 수 목 금 토
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Tags
  • PostgreSQL
  • enV
  • Paper
  • Container
  • TORCH
  • Python
  • LLM
  • KAKAO
  • docker
  • evaluation
  • format
  • Linux
  • list
  • Converting
  • pandas
  • DB
  • file
  • Database
  • judge
  • AI
  • Windows
  • Package
  • GitLab
  • Laravel
  • 책갈피
  • numpy
  • git
  • Flask
  • Mac
  • pytorch
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록gitignore (1)

Daily Develope

[Git] .gitignore 작성

예외항목 지정 예시 *.log # 확장자가 log인 파일 예외 !result.log # log 확장자가 예외처리 되었더라도 result.log 파일은 commit dirA/**/* # dirA 폴더 내부 모든 폴더 및 파일 예외적용시 주의사항 : 이미 push된 프로젝트에서는 .gitignore 관련파일을 캐쉬에서 삭제 후 commit 전체목록 갱신 git rm -r --cached . git commit -a -m "set .gitignore" git push -u origin master 특정파일만 예외처리 (예_ temp.log 파일 제외) git rm --cached temp.log echo temp.log >> .gitignore # git status 확인 시 temp.log 파일이 제외(de..

Git 2022. 1. 7. 19:27
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바