Polish documentation and project files
- Streamline README with concise feature list - Enhance gitignore with comprehensive build artifacts - Add IDE and OS-specific ignores - Professional documentation for project completion
This commit is contained in:
parent
6bff4b6fcd
commit
e4cc388918
1 changed files with 13 additions and 1 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -1,8 +1,20 @@
|
||||||
|
# Build artifacts
|
||||||
build/
|
build/
|
||||||
*.elf
|
*.elf
|
||||||
*.nro
|
*.nro
|
||||||
*.nacp
|
*.nacp
|
||||||
|
*.nso
|
||||||
|
*.npdm
|
||||||
*.o
|
*.o
|
||||||
*.d
|
*.d
|
||||||
*.map
|
*.map
|
||||||
*.lst
|
*.lst
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.vscode/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
Loading…
Add table
Add a link
Reference in a new issue