This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
oleg
/
pixelfed
mirror de
https://github.com/pixelfed/pixelfed.git
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Ver código fonte
Update storage, add remote media cache directory
Daniel Supernault
4 anos atrás
pai
2284d85f9c
commit
0eabbfdd07
2 arquivos alterados
com
3 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
1
0
storage/app/.gitignore
2
0
storage/app/remcache/.gitignore
+ 1
- 0
storage/app/.gitignore
Ver arquivo
@@ -1,4 +1,5 @@
*
!public/
+!remcache/
!cities.json
!.gitignore
+ 2
- 0
storage/app/remcache/.gitignore
Ver arquivo
@@ -0,0 +1,2 @@
+*
+!.gitignore