Quellcode durchsuchen

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 vor 11 Monaten
Ursprung
Commit
944367a32f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

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