https://gitlab.opengeosys.org/ogs/ogs.git
Revision 5a7375f7729f99438acfc972d3b1769335c9b101 authored by Lars Bilke on 22 February 2021, 07:42:27 UTC, committed by Lars Bilke on 22 February 2021, 07:42:27 UTC
1 parent 62ec11f
Raw File
Tip revision: 5a7375f7729f99438acfc972d3b1769335c9b101 authored by Lars Bilke on 22 February 2021, 07:42:27 UTC
[web] Fixed devguide and benchmarks redirects.
Tip revision: 5a7375f
.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
back to top