https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 796a2c62922cd4f7295623c3d85ea308bb20a244 authored by Wenqing Wang on 15 March 2021, 15:36:12 UTC
[CodeSpell] Added a word of Ket to ignore-words-list
Tip revision: 796a2c6
.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