That line in .gitignore ignores more than sqlite.

master
Zed A. Shaw 2 days ago
parent 26a766d710
commit a6a9ac2a47
  1. 1
      .gitignore
  2. 1
      Makefile
  3. 1
      TODO.txt

1
.gitignore vendored

@ -34,3 +34,4 @@ public
webapp
bin
static/style.css
db.sqlite3*

@ -17,6 +17,7 @@ site:
go tool ssgod
test: build
mkdir -p bin/tests
go test ./tests/... -c -o bin/tests
./bin/tests/admin.test
./bin/tests/auth.test

@ -1,3 +1,4 @@
* The qmgr needs to actually manage the queue, currently it's just a little testing tool.
* Probably also need an email testing tool that can send sample emails off the cli.
* Try to remove code.js and either bring the functionality to jzed.js or not use it.
* Admin tests need to make a user for admin first.

Loading…
Cancel
Save