Explorar el Código

Update .gitignore

Add stronger match on autosave files
BentleyJOakes hace 7 años
padre
commit
993e35bf24
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

@@ -1,5 +1,5 @@
 #ignore autosave files
-.autosave.+
+.autosave.*
 
 #Jetbrains project files
 .idea/