ฉันมีไดเร็กทอรีการทำงานที่สะอาดและนำมาในโคลนจาก Git repo เมื่อคืนที่ผ่านมา แต่ตอนนี้เซิร์ฟเวอร์ภายในของฉันสร้างและมีโฟลเดอร์สถิติที่ฉันต้องการละเว้น
ดูเหมือนว่าฉันไม่สามารถทำให้ 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
-ed พวกเขา