Tôi đã có một thư mục làm việc sạch sẽ và đã mang một bản sao từ kho lưu trữ Git vào đêm qua. Nhưng bây giờ máy chủ cục bộ của tôi đã được tạo và chứa một thư mục thống kê mà tôi muốn bỏ qua.
Tôi dường như không thể khiến Git bỏ qua thư mục này khi tôi chạy trạng thái 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
Tôi đã thêm vào .gitignore của mình một vài dòng khác nhau nhưng nó vẫn cố gắng thêm chúng:
public_html/stats
public_html/stats/**
public_html/stats/**/*
public_html/stats/*
git add
chúng.