mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
- Introduced a new `.cursorindexingignore` file to prevent indexing of SpecStory auto-save files while allowing explicit context inclusion via @ references. - Updated `.gitignore` to exclude the entire `.specstory/` directory and `.vscode/settings.json`, ensuring these files are not tracked by Git. These changes help streamline project management by excluding unnecessary files from indexing and version control.
3 lines
110 B
Text
3 lines
110 B
Text
|
|
# Don't index SpecStory auto-save files, but allow explicit context inclusion via @ references
|
|
.specstory/**
|