[core]
	repositoryformatversion = 0
	filemode = true
	bare = true
	ignorecase = true
	precomposeunicode = true
	symlinks = true
	fsmonitor = false
	longpaths = true
[remote "origin"]
	url = https://github.com/stephencelis/SQLite.swift.git
	fetch = +refs/*:refs/*
	mirror = true
