Fork of github.com/did-method-plc/did-method-plc
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

gitignore: don't ignore itself

+3
+3
.gitignore
··· 14 14 \#*\# 15 15 *~ 16 16 *.swp 17 + 18 + # Don't ignore this file itself 19 + !.gitignore