Răsfoiți Sursa

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 luni în urmă
părinte
comite
944367a32f
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

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