版本控制用的是git,部分文件位置
/.git -- git文件夹
/.gitignore
/.htaccess -- 重写文件
/index.php -- 网站入口文件
*.zip
*.rar
*.bak
*.log
sessions
deleted
000
tplcache
uploads/userup
uploads/litimg
cache*.php
1.有的文件是忽略了比如根目录下的 /backup.zip
2.但是很多还是没有忽略,
比如 /data/0000-deleted---backup
比如 /data/tplcache
比如 /data/cache
比如 /data/sessions
比如 /fs.zbphp.com/000-deleted
这些文件夹还是没有忽略掉,他们文件夹图标上还有有一个勾。
3.有一些居然被忽略了,比如 /special 文件夹(空文件夹),他们文件夹图标上没有勾
Based on your
.gitignore
内容来看?那些没被忽略的文件夹不是很正常么?你要忽略的话怎么着也得写个data
吧?另外,需要提醒的是.gitignore
It seems that you can't ignore the pushed folders. As for how to ignore the pushed files, SF has related answers before. You can find out by searching.