소스 검색

New gitignore for logs

Axel Nordh 1 개월 전
부모
커밋
af79d33339
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .gitignore

+ 2 - 2
.gitignore

@@ -3,7 +3,7 @@
 /[Tt]emp/
 /[Oo]bj/
 /[Bb]uild/
-/Logs/
+/[Ll]ogs/
 
 # Autogenerated VS/MD solution and project files
 *.csproj
@@ -22,4 +22,4 @@
 # Unity3D Generated File On Crash Reports
 sysinfo.txt
 
-*.log
+**/*.log