Revision 628fe69480e0473e344b17dce8694a3627b42667 authored by Tom Fischer on 21 July 2021, 07:00:42 UTC, committed by Tom Fischer on 21 July 2021, 07:00:42 UTC
[web] Some restructuring of the developer guide

See merge request ogs/ogs!3709
2 parent s ba44f86 + cab8c37
Raw File
.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