Просмотр исходного кода

🔧 chore(config): update .gitignore to exclude NFS temporary files

- add .nfs* pattern to ignore NFS temporary files created during file operations
yourname 1 месяц назад
Родитель
Сommit
2269346def
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -49,3 +49,4 @@ coverage/
 backups/
 scripts/time_logger.sh
 loop.txt
+.nfs*