Empy

  • Home
  • About
  • Tags
  • Categories
  • Archives
  • Search
  • Table of Contents
  • Overview
  1. 1. git ignore 적용하기
Empysoft

Empysoft

12 posts
2 categories
28 tags
GitLab
Links
  • GitLab
  • GoogleFont-Icon
  • 자게이

GIT IGNORE 적용

Posted on 2022-08-10 Edited on 2023-12-21 In git

git ignore 적용하기

  • .gitignore파일을 설정해도 적용이 안될 시
    1
    2
    3
    git rm -r --cached .
    git add .
    git commit -m "Apply .gitignore"
# git # gitignore
PYPI SERVER 구축
[Ubuntu] 그놈 터미널 프로파일(GNOME-TERMINAL PROFILE) 백업/복원
© 2023 Empysoft
Powered by Hexo & NexT.Mist
0%