diff options
| author | Pitu <[email protected]> | 2017-02-06 00:06:33 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2017-02-06 00:06:33 -0300 |
| commit | 18c66d27fb580ed0f847f11525d2d2dca0fda2f4 (patch) | |
| tree | c5ffe979fea68a889e73f2d85ccac68fe11e13ae /.gitignore | |
| parent | Remove .DS_Store files (#6) (diff) | |
| download | host.fuwn.me-18c66d27fb580ed0f847f11525d2d2dca0fda2f4.tar.xz host.fuwn.me-18c66d27fb580ed0f847f11525d2d2dca0fda2f4.zip | |
Added support for custom html files
There's a new folder that gets created upon running lolisafe for the first time. On said folder any html file with the same name as the default ones will be loaded instead, letting you place custom frontend files without messing with git.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,8 +1,10 @@ .DS_Store +!.gitkeep node_modules/ uploads/ logs/ database/db config.js start.json -npm-debug.log
\ No newline at end of file +npm-debug.log +pages/custom/**
\ No newline at end of file |