mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-05-01 09:57:58 +00:00
19 lines
328 B
Plaintext
19 lines
328 B
Plaintext
/target
|
|
.vscode/
|
|
.DS_Store
|
|
node_modules
|
|
/*.json
|
|
|
|
# We do not want to commit any log files that we produce from running the code locally so this is
|
|
# added to the .gitignore file.
|
|
*.log
|
|
|
|
profile.json.gz
|
|
workdir
|
|
|
|
!/schema.json
|
|
!/dev-genesis.json
|
|
|
|
# Ignore all shell scripts except for the `run_tests.sh` script
|
|
*.sh
|
|
!run_tests.sh |