summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2019-12-05 04:41:38 +0100
committerLunny Xiao <xiaolunwen@gmail.com>2019-12-05 11:41:38 +0800
commitd9c67a8c903fa9927bad28f5fcb816f89f8200eb (patch)
treeb652427ec0da37baf13ea27fd5e0a99ed5c656ec /.gitignore
parente80fe201c0e7b1f7a73aa932d4a02068e044f0ce (diff)
downloadgitea-d9c67a8c903fa9927bad28f5fcb816f89f8200eb.tar.gz
gitea-d9c67a8c903fa9927bad28f5fcb816f89f8200eb.zip
Add Node.js build dep, remove built js/css files (#9114)
- Added Node.js as build dependency and removes build files from git. - Added version checks for both Go and Node.js. - Overhauled the js/css make target to only run when needed. - Merged the `generate` make target into `build` as per suggestion. Fixes: https://github.com/go-gitea/gitea/issues/6782 Fixes: https://github.com/go-gitea/gitea/issues/9216
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 331e26c3be..6f644d1cd7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -69,6 +69,8 @@ coverage.all
/modules/indexer/issues/indexers
routers/repo/authorized_keys
/yarn.lock
+/public/js
+/public/css
# Snapcraft
snap/.snapcraft/
@@ -78,4 +80,4 @@ prime/
*.snap
*.snap-build
*_source.tar.bz2
-.DS_Store \ No newline at end of file
+.DS_Store