소스 검색

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

- add .nfs* pattern to ignore NFS temporary files created during file operations
yourname 1 개월 전
부모
커밋
2269346def
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

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