From 6bbc3e9939e9e168e7cb0265f5d643b2d83943ae Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 7 Apr 2012 16:01:43 -0400 Subject: notes; ignore build files --- .gitignore | 2 ++ README | 14 ++++++++++++++ notes.txt | 6 ++++++ 3 files changed, 22 insertions(+) create mode 100644 README create mode 100644 notes.txt diff --git a/.gitignore b/.gitignore index f466019..dbd8cb6 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ .* *.tmp *.old +pkg/ +bin/ diff --git a/README b/README new file mode 100644 index 0000000..275776c --- /dev/null +++ b/README @@ -0,0 +1,14 @@ + _ +| |__ ___ _ __ ___ _ __ ___ ___ _ __ ___ ___ ___ _ __ ___ +| '_ \ / _ \| '_ ` _ \| '_ ` _ \ / _ \| '_ ` _ \ / __/ _ \| '_ ` _ \ +| |_) | (_) | | | | | | | | | | | (_) | | | | | || (_| (_) | | | | | | +|_.__/ \___/|_| |_| |_|_| |_| |_|\___/|_| |_| |_(_)___\___/|_| |_| |_| + + (rhymes with "nom nom nom nom") + +------------------------------------------------------------------------------- + +BomMom: A web publishing/wiki system for electronics Bill of Materials (BOM) + +A work in progress as of early April 2012. + diff --git a/notes.txt b/notes.txt new file mode 100644 index 0000000..b72713f --- /dev/null +++ b/notes.txt @@ -0,0 +1,6 @@ + +session library: +https://github.com/bpowers/seshcookie + +postgres library: +https://github.com/bmizerany/pq -- cgit v1.2.3