mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-05 05:56:53 +03:00
7bc009d80f
This template app from Android Studio should hopefully be more fun to work on than the Qt wrapped application we were using before. :^) It currently builds the native code using gradle rules, and has a stub WebViewImplementationNative class that will wrap a c++ class of the same name that inhertis from WebView::ViewImplementation. Spawning helper processes and creating proper views in Kotlin is next on the list.
49 lines
728 B
Plaintext
49 lines
728 B
Plaintext
*.swo
|
|
*.swp
|
|
*.config
|
|
*.creator
|
|
*.creator.user
|
|
*.creator.user.*
|
|
*.files
|
|
*.includes
|
|
*.cflags
|
|
*.cxxflags
|
|
*.autosave
|
|
Meta/Lagom/build
|
|
Build
|
|
Toolchain/Tarballs
|
|
Toolchain/Build
|
|
Toolchain/Local
|
|
.vscode
|
|
.ccls-cache
|
|
.DS_Store
|
|
compile_commands.json
|
|
.cache
|
|
.clang_complete
|
|
.clangd
|
|
.idea/
|
|
cmake-build-debug/
|
|
output/
|
|
run-local.sh
|
|
sync-local.sh
|
|
.vim/
|
|
.exrc
|
|
.helix/
|
|
|
|
# Gradle/AndroidStudio
|
|
.gradle/
|
|
.cxx/
|
|
local.properties
|
|
# We can't build from cmd.exe anyway
|
|
gradlew.bat
|
|
|
|
Userland/Libraries/LibWasm/Tests/Fixtures/SpecTests
|
|
Userland/Libraries/LibWasm/Tests/Spec
|
|
|
|
Tests/LibWeb/WPT/wpt
|
|
Tests/LibWeb/WPT/metadata
|
|
Tests/LibWeb/WPT/MANIFEST.json
|
|
|
|
# Ensure that all files in /Base can be tracked, even if they match one of the above rules
|
|
!/Base/**
|