나는 깨끗한 작업 디렉토리를 가지고 있으며 어젯밤 Git 저장소에서 클론을 가져 왔습니다. 하지만 이제 내 로컬 서버는 무시하고 싶은 통계 폴더를 생성하고 포함합니다.
git 상태를 실행할 때 Git이이 폴더를 무시하도록 할 수없는 것 같습니다.
On branch master
Your branch is ahead of 'origin/master' by 1 commit.
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
new file: app_public/views/pages/privacy.php
new file: app_public/views/pages/terms.php
new file: public_html/stats/ctry_usage_200908.png
new file: public_html/stats/daily_usage_200908.png
new file: public_html/stats/dns_cache.db
new file: public_html/stats/hourly_usage_200908.png
new file: public_html/stats/index.html
new file: public_html/stats/usage.png
new file: public_html/stats/usage_200908.html
new file: public_html/stats/webalizer.current
new file: public_html/stats/webalizer.hist
Changed but not updated:
modified: .gitignore
.gitignore에 몇 가지 다른 줄을 추가했지만 여전히 추가하려고합니다.
public_html/stats
public_html/stats/**
public_html/stats/**/*
public_html/stats/*
git add
있습니다. 이는 이미 파일을 작성했음을 의미 합니다.