Compare commits

...

3 Commits

Author SHA1 Message Date
Lio Young eec6e21e1a update lux and gitignore 2021-07-26 11:51:29 +02:00
Lio Young 120aea2c0c fix lux and add modulus 2021-07-26 11:37:18 +02:00
Lio Young 596d596cd6 add modulus package 2021-07-26 11:32:45 +02:00
5 changed files with 12 additions and 4 deletions

9
.gitignore vendored
View File

@ -1,6 +1,9 @@
config.ts
# Preevent accidental commits of various config files
*config.*
.env*
# don't commit builds, modules, logs, or editor settings
node_modules/
build/
logs/
.vscode
.env*
.vscode

3
.gitmodules vendored
View File

@ -4,3 +4,6 @@
[submodule "lux"]
path = lux
url = git@github.com:thaldrin/lux.git
[submodule "src/utils/modulus"]
path = src/utils/modulus
url = git@github.com:thaldrin/modulus.git

1
lux Submodule

@ -0,0 +1 @@
Subproject commit a72ea6249854928991a0a6e6b35f7f472c38d55a

@ -1 +1 @@
Subproject commit a44f30e0f6601f58d06c56baaffc8d4b484c6a30
Subproject commit 0373a7af5d170cbbd491d6c5fe0ea8bd752dffc1

1
src/utils/modulus Submodule

@ -0,0 +1 @@
Subproject commit 8d6d5c95bd4ef5eac57790191b7ea7dcdf8341bf