This website requires JavaScript.
Explore
Help
Sign In
Writefreely
/
writefreely
mirror of
https://github.com/writeas/writefreely
Watch
1
Star
0
Fork
You've already forked writefreely
0
Code
Issues
Releases
Wiki
Activity
af0f6302a2
writefreely
/
.gitignore
11 lines
49 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add LICENSE and .gitignore
2016-09-04 20:52:04 +02:00
*~
*.swp
*.swo
Add make release
2018-11-10 04:19:24 +01:00
build
Fix go-bindata error in Travis build Based on @sheenobu's work on #58
2019-04-06 16:44:06 +02:00
tmp
Ignore all .ini files
2019-01-24 23:09:48 +01:00
*.ini
Support custom SQLite database file name Ref T529
2018-12-08 19:34:29 +01:00
*.db
Embed schema files in binary This includes schema.sql and sqlite.sql in the release binary, so they no longer need to be included in the release archives. This reduces the number of files extracted, but otherwise leaves all functionality as it was -- especially the --init-db flag. Ref T536
2018-12-31 02:10:42 +01:00
bindata.go