Initial commit: Open sourcing all of the Maple Open Technologies code.

This commit is contained in:
Bartlomiej Mika 2025-12-02 14:33:08 -05:00
commit 755d54a99d
2010 changed files with 448675 additions and 0 deletions

68
native/desktop/maplefile/.gitignore vendored Normal file
View file

@ -0,0 +1,68 @@
# Wails build artifacts
build/bin
build/bin/*
# Frontend artifacts
node_modules
frontend/dist
frontend/node_modules
frontend/package-lock.json.md5
frontend/package.json.md5
# Wails generated files
frontend/wailsjs/go
frontend/wailsjs/runtime
# Task runner
.task
# Go build artifacts
*.exe
*.exe~
*.dll
*.so
*.dylib
vendor/
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
coverage.txt
# Go workspace file
go.work
# Environment files
.env
.env.local
.env.*.local
# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# IDE files
.idea/
.vscode/
*.swp
*.swo
*~
.vs/
# Logs
*.log
logs/
# Temporary files
tmp/
temp/
# Application binary.
maplefile