Initial commit: Open sourcing all of the Maple Open Technologies code.
This commit is contained in:
commit
755d54a99d
2010 changed files with 448675 additions and 0 deletions
68
native/desktop/maplefile/.gitignore
vendored
Normal file
68
native/desktop/maplefile/.gitignore
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue