- Streamline README with concise feature list - Enhance gitignore with comprehensive build artifacts - Add IDE and OS-specific ignores - Professional documentation for project completion
20 lines
No EOL
130 B
Text
20 lines
No EOL
130 B
Text
# Build artifacts
|
|
build/
|
|
*.elf
|
|
*.nro
|
|
*.nacp
|
|
*.nso
|
|
*.npdm
|
|
*.o
|
|
*.d
|
|
*.map
|
|
*.lst
|
|
|
|
# IDE
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db |