This website works better with JavaScript
Home
Explore
Help
Register
Sign In
oleg
/
pixelfed
mirror of
https://github.com/pixelfed/pixelfed.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Update storage, add remote media cache directory
Daniel Supernault
4 years ago
parent
2284d85f9c
commit
0eabbfdd07
2 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
1
0
storage/app/.gitignore
2
0
storage/app/remcache/.gitignore
+ 1
- 0
storage/app/.gitignore
View File
@@ -1,4 +1,5 @@
*
!public/
+!remcache/
!cities.json
!.gitignore
+ 2
- 0
storage/app/remcache/.gitignore
View File
@@ -0,0 +1,2 @@
+*
+!.gitignore