forked from lthn/blockchain
Introduces CMakePresets.json and ConanPresets.json for standardized build configuration. Updates Makefile to use CMake presets, modifies .gitignore for IDE files, and refines conanfile.py to support CI option and preset integration.
16 lines
212 B
Text
16 lines
212 B
Text
/build*
|
|
/_builds/*
|
|
/tags
|
|
.DS_Store
|
|
._.DS_Store
|
|
Thumbs.db
|
|
._*
|
|
.idea/workspace.xml
|
|
.idea/usage.statistics.xml
|
|
.idea/dictionaries
|
|
.idea/shelf
|
|
.idea/copilot*
|
|
.idea/modules.xml
|
|
.idea/*.iml
|
|
.vs/*
|
|
CMakeUserPresets.json
|