Files
Andrew Zambazos 207a849f06 Add Nebula Browser app, UI and assets
Add initial Nebula Browser project skeleton: CMakeLists to configure and link CEF (including post-build steps to copy runtime and UI files), a Windows CEF-based entry (app/main.cpp) that initializes CEF and loads the bundled UI, and a full ui/ and assets/ tree (HTML, CSS, JS, fonts, icons, and branding images). Update .gitignore to ignore build/out, thirdparty/cef, IDE and common OS artifacts.
2026-05-13 22:17:58 +12:00

20 lines
167 B
Plaintext

# Build output
/build/
/out/
# CEF binaries
/thirdparty/cef/
# Visual Studio
.vs/
*.vcxproj.user
# CMake
CMakeCache.txt
CMakeFiles/
# macOS
.DS_Store
# Logs
*.log