mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Make changes required for Desktop FS updates (#1099)
Make a set of changes required for Desktop FS improvements, see https://github.com/gristlabs/grist-desktop/pull/42 --------- Co-authored-by: Spoffy <contact@spoffy.net> Co-authored-by: Spoffy <4805393+Spoffy@users.noreply.github.com>
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -12,6 +12,11 @@
|
||||
/sandbox_venv*
|
||||
/.vscode/
|
||||
|
||||
# Files created by grist-desktop setup
|
||||
/cpython.tar.gz
|
||||
/python
|
||||
/static_ext
|
||||
|
||||
# Build helper files.
|
||||
/.build*
|
||||
|
||||
@@ -82,7 +87,8 @@ xunit.xml
|
||||
**/_build
|
||||
|
||||
# ext directory can be overwritten
|
||||
ext/**
|
||||
/ext
|
||||
/ext/**
|
||||
|
||||
# Docker compose examples - persistent values and secrets
|
||||
/docker-compose-examples/*/persist
|
||||
|
||||
Reference in New Issue
Block a user