aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2021-12-27 17:26:24 +0100
committer0neGal <mail@0negal.com>2021-12-27 17:29:15 +0100
commit41fdcc946688d86d9cde8b8e2d905cad6c36caf6 (patch)
tree7c5206261769a8fa2cf50895639da5083f26cb86 /.gitignore
parent4614370c24b352dbd72ac500e690a3d91f3d659e (diff)
downloadViper-41fdcc946688d86d9cde8b8e2d905cad6c36caf6.tar.gz
Viper-41fdcc946688d86d9cde8b8e2d905cad6c36caf6.zip
added npm script for building package
Said script builds an AppImage and an NSIS Installer for Windows. I may make an AppX build as well, that way you can install it straight from your browser very neatly...
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 3c3629e..1eae0cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-node_modules
+dist/
+node_modules/