This website works better with JavaScript.
Explore
Help
Register
Sign In
mirror
/
writefreely
mirror of
https://github.com/writeas/writefreely
Watch
2
Star
0
Fork
You've already forked writefreely
0
Code
Issues
Releases
Wiki
Activity
A focused writing and publishing space.
https://write.with.parts
1289
Commits
57
Branches
26
Tags
75 MiB
Tree:
c3ae4e6d3c
writefreely
/
.gitignore
12 lines
62 B
Raw
Normal View
History
Unescape
Escape
update .gitignore to ignore node_modules
5 years ago
node_modules
Add LICENSE and .gitignore
9 years ago
*~
*.swp
*.swo
Add make release
6 years ago
build
Fix go-bindata error in Travis build Based on @sheenobu's work on #58
6 years ago
tmp
Ignore all .ini files
6 years ago
*.ini
Support custom SQLite database file name Ref T529
6 years ago
*.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
6 years ago
bindata.go