Przeglądaj źródła

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 miesięcy temu
rodzic
commit
944367a32f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

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