mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
30 lines
438 B
Plaintext
30 lines
438 B
Plaintext
# If you change this file, please also modify .prettierignore
|
|
# build generated files
|
|
/.node-bin
|
|
/.npm-updated
|
|
/.nyc_output
|
|
/node_modules
|
|
/out
|
|
|
|
# generated from opcode docenzier.py scripts
|
|
/asm-docs*
|
|
/etc/scripts/asm-docs*
|
|
|
|
# user local customizations
|
|
/etc/**/*.local.*
|
|
/lib/storage/data
|
|
|
|
# IDE project files
|
|
/nbproject
|
|
*.vscode
|
|
*.code-workspace
|
|
|
|
# random bits
|
|
f.out
|
|
newrelic_agent.log
|
|
*.heapsnapshot
|
|
*.swp
|
|
|
|
# approval tests
|
|
*.received.*
|