This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
oleg
/
pixelfed
mirror de
https://github.com/pixelfed/pixelfed.git
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
Update storage, add remote media cache directory
Daniel Supernault
há 4 anos atrás
pai
2284d85f9c
commit
0eabbfdd07
2 ficheiros alterados
com
3 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
1
0
storage/app/.gitignore
2
0
storage/app/remcache/.gitignore
+ 1
- 0
storage/app/.gitignore
Ver Ficheiro
@@ -1,4 +1,5 @@
*
!public/
+!remcache/
!cities.json
!.gitignore
+ 2
- 0
storage/app/remcache/.gitignore
Ver Ficheiro
@@ -0,0 +1,2 @@
+*
+!.gitignore