This commit is contained in:
2025-04-19 18:59:47 +02:00
parent 3c65e57676
commit 8d707e61a2
21 changed files with 2170 additions and 1 deletions

36
.gitignore vendored Normal file
View File

@@ -0,0 +1,36 @@
# Generated by Cargo
/target/
# Generated by wasm-pack
/pkg/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# Node.js dependencies
/node_modules/
npm-debug.log
yarn-debug.log
yarn-error.log
# Editor directories and files
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Build artifacts
/dist/
/build/
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local