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
113
native/desktop/maplefile/.claudeignore
Normal file
113
native/desktop/maplefile/.claudeignore
Normal file
|
|
@ -0,0 +1,113 @@
|
|||
# Application-specific Claude Code ignore file
|
||||
|
||||
#—————————————————————————————
|
||||
# Wails / Native Desktop App
|
||||
#—————————————————————————————
|
||||
|
||||
# Wails build artifacts
|
||||
build/bin
|
||||
build/bin/*
|
||||
|
||||
# Wails generated files (auto-generated by Wails)
|
||||
frontend/wailsjs/go
|
||||
frontend/wailsjs/runtime
|
||||
|
||||
# Frontend dependencies and build artifacts
|
||||
node_modules
|
||||
frontend/node_modules
|
||||
frontend/dist
|
||||
frontend/package-lock.json
|
||||
frontend/.vite
|
||||
|
||||
#—————————————————————————————
|
||||
# Go
|
||||
#—————————————————————————————
|
||||
|
||||
# Dependencies
|
||||
vendor/
|
||||
*.sum
|
||||
go.work
|
||||
go.work.sum
|
||||
|
||||
# Build artifacts
|
||||
maplefile
|
||||
maplefile.exe
|
||||
bin/
|
||||
*.exe
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Test and coverage
|
||||
*.out
|
||||
*.test
|
||||
coverage.txt
|
||||
*.cover
|
||||
|
||||
#—————————————————————————————
|
||||
# Development
|
||||
#—————————————————————————————
|
||||
|
||||
# Task runner
|
||||
.task
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Temporary files
|
||||
tmp/
|
||||
temp/
|
||||
|
||||
#—————————————————————————————
|
||||
# OS and IDE
|
||||
#—————————————————————————————
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
|
||||
# Windows
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
desktop.ini
|
||||
|
||||
# Linux
|
||||
*~
|
||||
|
||||
# IDEs
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
.vs/
|
||||
|
||||
#—————————————————————————————
|
||||
# Application Specific Ignores
|
||||
#—————————————————————————————
|
||||
|
||||
# Do not share developer's private notebook
|
||||
private.txt
|
||||
private_prod.md
|
||||
private.md
|
||||
private_*.md
|
||||
todo.txt
|
||||
private_docs
|
||||
private_docs/*
|
||||
|
||||
# Do not save the `crev` text output
|
||||
crev-project.txt
|
||||
|
||||
# Do not share private developer documentation
|
||||
_md/*
|
||||
|
||||
# App
|
||||
maplefile
|
||||
Loading…
Add table
Add a link
Reference in a new issue