mirror of
https://github.com/kunkundi/crossdesk.git
synced 2026-09-01 14:33:18 +08:00
23 lines
496 B
Plaintext
23 lines
496 B
Plaintext
**
|
|
|
|
!.dockerignore
|
|
!docker/
|
|
!docker/linux-build/
|
|
!docker/linux-build/**
|
|
|
|
# Dependency manifests and local xmake package recipes are the only project
|
|
# files needed while pre-warming the build image.
|
|
!xmake.lua
|
|
!apps/
|
|
!apps/desktop/
|
|
!apps/desktop/xmake/
|
|
!apps/desktop/xmake/**
|
|
!deps/thirdparty/
|
|
!deps/thirdparty/**
|
|
!deps/submodules/
|
|
!deps/submodules/xmake.lua
|
|
!deps/submodules/minirtc/
|
|
!deps/submodules/minirtc/xmake.lua
|
|
!deps/submodules/minirtc/thirdparty/
|
|
!deps/submodules/minirtc/thirdparty/**
|