https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ded400ff7e96d696436efe4491f2406ef80d4455 authored by renchao_lu on 24 July 2021, 22:28:57 UTC
fix pre-commit checking.
Tip revision: ded400f
.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