摘要: 1 2 ServerName saas.com 3 DocumentRoot "D:\xampp\htdocs\saas\frontend\web" 4 5 6 # use mod_rewrite for pretty URL support 7 RewriteEngine on 8 #... 阅读全文
posted @ 2018-04-02 18:51 huohuohiahia 阅读(425) 评论(0) 推荐(0) 编辑
摘要: Git忽略规则: 在git中如果想忽略掉某个文件,不让这个文件提交到版本库中,可以使用修改根目录中 .gitignore 文件的方法(如果没有这个文件,则需自己手工建立此文件)。这个文件每一行保存了一个匹配的规则例如: # 此为注释 – 将被 Git 忽略*.sample # 忽略所有 .sampl 阅读全文
posted @ 2018-04-02 14:36 huohuohiahia 阅读(83) 评论(0) 推荐(0) 编辑