207a849f06
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.
20 lines
167 B
Plaintext
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 |