switch to sqlite, generate new project as 'quip'

This commit is contained in:
2024-09-02 19:47:01 -04:00
parent 3e77cb13b2
commit f5c2b7d67e
47 changed files with 220 additions and 231 deletions

6
.gitignore vendored
View File

@@ -23,7 +23,7 @@ erl_crash.dump
/tmp/
# Ignore package tarball (built via "mix hex.build").
phoenix_test-*.tar
quip-*.tar
# Ignore assets that are produced by build tools.
/priv/static/assets/
@@ -35,3 +35,7 @@ phoenix_test-*.tar
npm-debug.log
/assets/node_modules/
# Database files
*.db
*.db-*