https://gitlab.opengeosys.org/ogs/ogs.git
Revision a455d3fd94b63e01ca480730b1edd9a6a3b8d7da authored by Lars Bilke on 20 April 2022, 10:40:06 UTC, committed by Lars Bilke on 20 April 2022, 10:40:06 UTC
[web] Update web dependencies

See merge request ogs/ogs!4103
2 parent s 5ea06d2 + 5255ece
Raw File
Tip revision: a455d3fd94b63e01ca480730b1edd9a6a3b8d7da authored by Lars Bilke on 20 April 2022, 10:40:06 UTC
Merge branch 'update-web' into 'master'
Tip revision: a455d3f
.gitignore
*.bak*
/build*/
*.sw[op]
tags
.ExternalData_*

# CLion IDE project files
*.iml
.idea

# Visual Studio Code project files
.vscode

# Conan package manager
conanbuildinfo.cmake
conaninfo.txt
CMakeLists.txt.user*

*.pyc
.venv

Tests/**/*.md5
Tests/Data/Parabolic/HT/InvalidProjectFiles/*.prj
web/.netlify

CMakeUserPresets.json

.snakemake
back to top