aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPitu <[email protected]>2017-02-06 00:06:33 -0300
committerPitu <[email protected]>2017-02-06 00:06:33 -0300
commit18c66d27fb580ed0f847f11525d2d2dca0fda2f4 (patch)
treec5ffe979fea68a889e73f2d85ccac68fe11e13ae /.gitignore
parentRemove .DS_Store files (#6) (diff)
downloadhost.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--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ac8e2b3..b806686 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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