diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2022-12-17 21:31:41 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2022-12-17 21:31:41 +0100 |
commit | 1e588718a855ae2871a8841f6c6e621f49795454 (patch) | |
tree | 6599b3959554b307a571a73373114cb2d34a98ef /.npmignore | |
parent | 6c37c28d7044a813fcde9ef80bf8852529b8305f (diff) | |
download | Luxcena-Neo-1e588718a855ae2871a8841f6c6e621f49795454.tar.gz Luxcena-Neo-1e588718a855ae2871a8841f6c6e621f49795454.zip |
Start moving to esm, work on updater
Diffstat (limited to '.npmignore')
-rw-r--r-- | .npmignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..9fd90f6 --- /dev/null +++ b/.npmignore @@ -0,0 +1,14 @@ +__pycache__ +*.pyc +venv +tmp + +*.log +*.error + +state.json +variables.json +globvars.json + +/src_frontend/ +/docs/assets/ |