mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Adds a toy next.js app which doesn't do anything interesting. It has a single e2e test which can be run via `npm run test:e2e`, which checks if a `$` variable was injected by the compiler, as a sanity check whenever we commit a new version of the compiler to the external repo.
23 lines
360 B
Plaintext
23 lines
360 B
Plaintext
.DS_Store
|
|
.spr.yml
|
|
|
|
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
debug/
|
|
target/
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
*.pdb
|
|
|
|
node_modules
|
|
.watchmanconfig
|
|
.watchman-cookie-*
|
|
dist
|
|
.vscode
|
|
!packages/playground/.vscode
|
|
.spr.yml
|
|
testfilter.txt
|