mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
<!-- THIS COMMENT IS INVISIBLE IN THE FINAL PR, BUT FEEL FREE TO REMOVE IT Thanks for taking the time to improve CE. We really appreciate it. Before opening the PR, please make sure that the tests & linter pass their checks, by running `make check`. In the best case scenario, you are also adding tests to back up your changes, but don't sweat it if you don't. We can discuss them at a later date. Feel free to append your name to the CONTRIBUTORS.md file Thanks again, we really appreciate this! -->
32 lines
453 B
Plaintext
32 lines
453 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*
|
|
|
|
# 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.*
|