mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-06-10 00:02:37 -06:00
Stopping validation with kill/Ctrl+C returned exit 143/130 and failed the whole target instead of SKIPPED + preserve partial. Added smoke for exit 143; gitignore .dce-scrape.lock.
21 lines
249 B
Plaintext
21 lines
249 B
Plaintext
# User-specific files
|
|
.vs/
|
|
.idea/
|
|
*.suo
|
|
*.user
|
|
|
|
# Build results
|
|
bin/
|
|
obj/
|
|
|
|
# Test results
|
|
TestResults/
|
|
|
|
# Local automation secrets and logs
|
|
scrape.env
|
|
.discord-token
|
|
.dce-scrape.lock
|
|
agentdecompile_projects/
|
|
logs/
|
|
.compound-engineering/*.local.yaml
|