This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
Add log folder to project gitignore
pull/7291/head
Hypolite Petovan
1 year ago
parent
470dd6079e
commit
3cc9920aff
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
.gitignore
+ 3
- 1
.gitignore
View File
@ -6,7 +6,6 @@ favicon.*
*.out
*.version*
home.html
*~
robots.txt
@ -74,3 +73,6 @@ venv/
#ignore filesystem storage default path
/storage
#Ignore log folder
/log
Write
Preview
Loading…
Cancel
Save