aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPitu <[email protected]>2020-05-09 19:21:20 +0900
committerPitu <[email protected]>2020-05-09 19:21:20 +0900
commitc114e59be329fa9ceb8f1f8e79356a0e3afbd1ae (patch)
treea9166ef288e882452815ed1889186f2fda6b2588 /.gitignore
parentwip: (diff)
downloadhost.fuwn.me-c114e59be329fa9ceb8f1f8e79356a0e3afbd1ae.tar.xz
host.fuwn.me-c114e59be329fa9ceb8f1f8e79356a0e3afbd1ae.zip
Feature:
* Frontend is now served by the API process * Only 1 process spawns for lolisafe to work * Switched frontend from server-side render to static site, now saved in `/dist`
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 1 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore
index 6d5a76a..4ca3cd3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,21 +1,10 @@
# Packages
node_modules/
-_dist/
-.ream/
+dist/
.nuxt/
-# Log files
-logs/
-*.log
-
-# Miscellaneous
-.tmp/
-.vscode/
-
# Lolisafe specifics
-config.js
database.sqlite
uploads/
-src/oldsite
.env
!src/api/routes/uploads