From: Benjamin Auder <benjamin.auder@somewhere>
Date: Tue, 18 Dec 2018 13:27:54 +0000 (+0100)
Subject: Remove database from git repo
X-Git-Url: https://git.auder.net/images/assets/doc/html/css/parser.js?a=commitdiff_plain;h=86c9843cd04717d61f373ebaf3a1fdf21fd5a60f;p=vchess.git

Remove database from git repo
---

diff --git a/.gitignore b/.gitignore
index c4e06b62..b3dff511 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,8 +15,9 @@ pids
 *.swp
 *~
 
-# Demo video
+# Demo video, database
 *.webm
+/db/vchess.sqlite
 
 # socket URL file
 /public/javascripts/utils/socket_url.js
diff --git a/db/create.sql b/db/create.sql
index aa2f3ae1..36bda8aa 100644
--- a/db/create.sql
+++ b/db/create.sql
@@ -1,3 +1,5 @@
+-- database should be in this folder, and named 'vchess.sqlite'
+
 create table Variants (
 	name varchar primary key,
 	description text
diff --git a/db/vchess.sqlite b/db/vchess.sqlite
deleted file mode 100644
index f1d4f13e..00000000
--- a/db/vchess.sqlite
+++ /dev/null
@@ -1 +0,0 @@
-#$# git-fat 039e3c0aadcb97c144dc2d12a35aeb83b4a3849e                16384