FossilRepo
Dogfood: fossilrepo manages itself in Fossil - Created fossilrepo.fossil with all project files (206 files) - Wiki: Home page + Setup Guide - Registered as "Fossilrepo" project in the app - Added fossilrepo.fossil and .fslckout to .gitignore - Closed GitHub issues #1, #5-#11 (all implemented) - Only #12 (Git mirror sync) remains open
Commit
63753cf52337eaeac5b47d4c49c286b8aecc8b34c1c50a18c2e80c26fcce82a3
Parent
803470c84621725…
1 file changed
+2
+2
| --- .gitignore | ||
| +++ .gitignore | ||
| @@ -24,5 +24,7 @@ | ||
| 24 | 24 | Thumbs.db |
| 25 | 25 | static/css/output.css |
| 26 | 26 | node_modules/ |
| 27 | 27 | runtime/ |
| 28 | 28 | assets/ |
| 29 | +fossilrepo.fossil | |
| 30 | +.fslckout | |
| 29 | 31 |
| --- .gitignore | |
| +++ .gitignore | |
| @@ -24,5 +24,7 @@ | |
| 24 | Thumbs.db |
| 25 | static/css/output.css |
| 26 | node_modules/ |
| 27 | runtime/ |
| 28 | assets/ |
| 29 |
| --- .gitignore | |
| +++ .gitignore | |
| @@ -24,5 +24,7 @@ | |
| 24 | Thumbs.db |
| 25 | static/css/output.css |
| 26 | node_modules/ |
| 27 | runtime/ |
| 28 | assets/ |
| 29 | fossilrepo.fossil |
| 30 | .fslckout |
| 31 |