1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-12-03 22:35:19 +01:00

Add documentation for IDE developer setup (#13935)

This commit is contained in:
AFCMS
2024-05-26 14:28:12 +02:00
committed by GitHub
parent 728f643ea7
commit 82790b1556
15 changed files with 193 additions and 1 deletions

9
.gitignore vendored
View File

@@ -1,5 +1,8 @@
## Editors and development environments
*~
.cmake
CMakeUserPresets.json
Testing/*
*.swp
*.bak*
*.orig
@@ -26,7 +29,8 @@ gtags.files
# Codelite
*.project
# Visual Studio Code & plugins
.vscode/
.vscode/*
!.vscode/extensions.json
build/.cmake/
# Fleet
.fleet
@@ -107,7 +111,10 @@ src/cmake_config_githash.h
*.iml
test_config.h
cmake-build-debug/
cmake-build-minsizerel/
cmake-build-release/
cmake-build-relwithdebinfo/
cmake-build-default/
cmake_config.h
cmake_config_githash.h
CMakeDoxy*