botw-completer/.gitignore
badbl0cks e4cc388918
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
2023-05-24 16:14:28 -07:00

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