Browse Source
- Expanded the .gitignore file to include CMake-related files and directories, such as CMakeCache.txt, CMakeFiles/, and build/ to prevent tracking of build artifacts. - Added exclusions for log files and IDE-specific files, including .vscode/ and .idea/, to streamline the repository and avoid clutter from temporary files. - Retained existing exclusions for CSV files while ensuring proper formatting in the .gitignore.main
1 changed files with 30 additions and 1 deletions
Loading…
Reference in new issue