forked from lthn/blockchain
Added .idea configuration files for JetBrains IDE support and updated .gitignore to exclude only specific userland .idea files. Refactored CMakeLists.txt to improve include_directories usage, re-enable -fno-fat-lto-objects for GNU compilers. This improves IDE integration and build configuration clarity.
14 lines
182 B
Text
14 lines
182 B
Text
/build*
|
|
/_builds/*
|
|
/tags
|
|
.DS_Store
|
|
._.DS_Store
|
|
Thumbs.db
|
|
._*
|
|
.idea/workspace.xml
|
|
.idea/usage.statistics.xml
|
|
.idea/dictionaries
|
|
.idea/shelf
|
|
.idea/copilot*
|
|
.vs/*
|
|
CMakeUserPresets.json
|