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
5b7e2a6f2f
writefreely
/
.gitignore
13 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
update .gitignore to ignore node_modules
2020-03-10 23:12:21 +01:00
node_modules
Add LICENSE and .gitignore
2016-09-04 20:52:04 +02:00
*~
*.swp
*.swo
Support custom instance-level stylesheet Will render if a file exists at: static/local/custom.css Ref T563
2022-02-01 04:18:52 +01:00
static/local/custom.css
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