https://gitlab.opengeosys.org/ogs/ogs.git
Revision 801d6b6cc26f4f0f2bf3eb0e9ebf5720fe4d0f5a authored by Lars Bilke on 03 April 2021, 11:42:00 UTC, committed by Lars Bilke on 03 April 2021, 11:42:00 UTC
1 parent 786068d
Raw File
Tip revision: 801d6b6cc26f4f0f2bf3eb0e9ebf5720fe4d0f5a authored by Lars Bilke on 03 April 2021, 11:42:00 UTC
[web] Fix release date part 2.
Tip revision: 801d6b6
.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