Explorar el Código

New gitignore for logs

Axel Nordh hace 1 mes
padre
commit
af79d33339
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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