neuer initialer commit

This commit is contained in:
2026-04-08 19:58:24 +02:00
parent 4eb68ce946
commit 0b4f4ff18f
4 changed files with 34 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
# SCM syntax highlighting & preventing 3-way merges
pixi.lock merge=binary linguist-language=YAML linguist-generated=true -diff

3
.gitignore vendored
View File

@@ -22,3 +22,6 @@ dist-ssr
*.njsproj *.njsproj
*.sln *.sln
*.sw? *.sw?
# pixi environments
.pixi/*
!.pixi/config.toml

18
pixi.lock generated Normal file
View File

@@ -0,0 +1,18 @@
version: 6
environments:
default:
channels:
- url: https://conda.anaconda.org/conda-forge/
options:
pypi-prerelease-mode: if-necessary-or-explicit
packages:
win-64:
- conda: https://conda.anaconda.org/conda-forge/win-64/nodejs-25.8.2-h80d1838_0.conda
packages:
- conda: https://conda.anaconda.org/conda-forge/win-64/nodejs-25.8.2-h80d1838_0.conda
sha256: 5e38e51da1aa4bc352db9b4cec1c3e25811de0f4408edaa24e009a64de6dbfdf
md5: e626ee7934e4b7cb21ce6b721cff8677
license: MIT
license_family: MIT
size: 31271315
timestamp: 1774517904472

11
pixi.toml Normal file
View File

@@ -0,0 +1,11 @@
[workspace]
authors = ["Arne Zitting <arne.zitting@student.jade-hs.de>"]
channels = ["conda-forge"]
name = "Projekt Visualisierung - Code"
platforms = ["win-64"]
version = "0.1.0"
[tasks]
[dependencies]
nodejs = ">=25.8.2,<25.9"