mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 07:04:04 -05:00
42 lines
677 B
Plaintext
42 lines
677 B
Plaintext
# If you change this file, please also modify .prettierignore
|
|
# build generated files
|
|
/.node-bin
|
|
/.npm-updated
|
|
/node_modules
|
|
/out
|
|
/coverage
|
|
|
|
# generated from opcode docenzier.py scripts
|
|
/asm-docs*
|
|
/etc/scripts/asm-docs*
|
|
|
|
# Python virtual environments and uv
|
|
/etc/scripts/docenizers/.venv
|
|
/etc/scripts/docenizers/.uv
|
|
|
|
# user local customizations
|
|
/etc/**/*.local.*
|
|
/lib/storage/data
|
|
|
|
# IDE project files
|
|
/.idea/shelf
|
|
/.vs
|
|
/nbproject
|
|
*.vscode
|
|
*.code-workspace
|
|
|
|
# random bits
|
|
f.out
|
|
newrelic_agent.log
|
|
*.heapsnapshot
|
|
*.swp
|
|
|
|
# approval tests
|
|
*.received.*
|
|
|
|
# Claude local settings
|
|
.claude/settings.local.json
|
|
.aider*
|
|
|
|
etc/scripts/ce-properties-wizard/ce_properties_wizard/__pycache__
|