This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
oleg
/
pixelfed
espejo de
https://github.com/pixelfed/pixelfed.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Update storage, add remote media cache directory
Daniel Supernault
hace 4 años
padre
2284d85f9c
commit
0eabbfdd07
Se han
modificado 2 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
storage/app/.gitignore
2
0
storage/app/remcache/.gitignore
+ 1
- 0
storage/app/.gitignore
Ver fichero
@@ -1,4 +1,5 @@
*
!public/
+!remcache/
!cities.json
!.gitignore
+ 2
- 0
storage/app/remcache/.gitignore
Ver fichero
@@ -0,0 +1,2 @@
+*
+!.gitignore