mirror of
https://github.com/giancarloerra/socraticode.git
synced 2026-07-03 14:05:21 +02:00
13 lines
360 B
Plaintext
13 lines
360 B
Plaintext
# .socraticodeignore — additional ignore patterns for SocratiCode indexing
|
|
# Place a copy of this file as .socraticodeignore in your project root.
|
|
# Patterns follow the same syntax as .gitignore.
|
|
|
|
# Example: ignore test fixtures
|
|
# tests/fixtures/
|
|
|
|
# Example: ignore generated code
|
|
# generated/
|
|
|
|
# Example: ignore specific large files
|
|
# data/big-dataset.json
|