This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
oleg
/
pixelfed
miroir de
https://github.com/pixelfed/pixelfed.git
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
Update storage, add remote media cache directory
Daniel Supernault
il y a 4 ans
Parent
2284d85f9c
commit
0eabbfdd07
2 fichiers modifiés
avec
3 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
1
0
storage/app/.gitignore
2
0
storage/app/remcache/.gitignore
+ 1
- 0
storage/app/.gitignore
Voir le fichier
@@ -1,4 +1,5 @@
*
!public/
+!remcache/
!cities.json
!.gitignore
+ 2
- 0
storage/app/remcache/.gitignore
Voir le fichier
@@ -0,0 +1,2 @@
+*
+!.gitignore