mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
Move to using `vitest`'s built-in behaviour, or nearer to it. Rename all the txt to `.json` files, as that's what they are. A bit of a workaround, though we might decide to keep it. To update the "expected" you can run `npx vitest test/filter-tests.ts --update` or similar.
50 lines
715 B
Plaintext
50 lines
715 B
Plaintext
#########################
|
|
# From .gitignore
|
|
|
|
# build generated files
|
|
/.node-bin
|
|
/.npm-updated
|
|
/node_modules
|
|
/out
|
|
/coverage
|
|
|
|
# generated from opcode docenzier.py scripts
|
|
/asm-docs*
|
|
|
|
# user local customizations
|
|
/etc/config/*.local.properties
|
|
/lib/storage/data
|
|
|
|
# IDE project files
|
|
/nbproject
|
|
*.vscode
|
|
*.code-workspace
|
|
|
|
# random bits
|
|
f.out
|
|
newrelic_agent.log
|
|
*.heapsnapshot
|
|
*.swp
|
|
|
|
# approval tests
|
|
*.received.*
|
|
|
|
#########################
|
|
# From .eslintignore
|
|
|
|
# Uninteresting folders (node_modules and dotfiles/dotfolders ignored by default)
|
|
etc
|
|
examples
|
|
out
|
|
cypress
|
|
|
|
# Autogenerated files
|
|
lib/asm-docs/generated/asm-docs-*
|
|
|
|
|
|
#########################
|
|
# Files we ought to ignore
|
|
|
|
static/policies/*.html
|
|
test/**/*.json
|