Safsaf is a Guile web framework, written using Claude Code running Claude Opus 4.6, based off of the Guix Data Service, Nar Herder and Guix Build Coordinator codebases.
This commit is contained in:
commit
5b0e6397dc
53 changed files with 7427 additions and 0 deletions
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Autotools generated files
|
||||
/aclocal.m4
|
||||
/autom4te.cache/
|
||||
/build-aux/*
|
||||
!/build-aux/news-to-texi.scm
|
||||
/configure
|
||||
/Makefile
|
||||
/Makefile.in
|
||||
/config.log
|
||||
/config.status
|
||||
/pre-inst-env
|
||||
/doc/Makefile
|
||||
/doc/Makefile.in
|
||||
|
||||
# Compiled Guile files
|
||||
*.go
|
||||
|
||||
# Test output
|
||||
*.log
|
||||
*.trs
|
||||
|
||||
# Generated documentation
|
||||
/doc/api/
|
||||
/doc/*.html
|
||||
/doc/*.info
|
||||
/doc/stamp-vti
|
||||
/doc/version.texi
|
||||
/doc/version-history.texi
|
||||
Loading…
Add table
Add a link
Reference in a new issue