瀏覽代碼

gitignore: ignore anything with the name base

Sometimes we create symlinks to the base directory. Symlinks are files. To ignore them, we need to do this change.
Shiv Tyagi 11 月之前
父節點
當前提交
944367a32f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

@@ -135,4 +135,4 @@ redis_data/*
 dump.rdb
 
 # base directory
-base/
+base