libp2p-test-plans/.gitignore
Alex Potsides fb99e690a6
fix: add js tests to this repo (#365)
Trying to debug these tests in CI is incredibly difficult and since they depend on older versions of previously published modules, if something breaks due to a bug in released code it's very hard to fix it.

Instead follow the pattern in the perf tests and include the full test implementations here.
2024-06-06 10:53:35 +01:00

50 lines
867 B
Plaintext

# ignore transient paths for pubsub tests
pubsub/venv/
pubsub/scripts/output/
pubsub/scripts/config-snapshot.json
pubsub/scripts/configs/snapshot.json
__pycache__/
.ipynb_checkpoints/
# Created by https://www.gitignore.io/api/go,visualstudiocode
# Edit at https://www.gitignore.io/?templates=go,visualstudiocode
### Go ###
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
### Go Patch ###
/vendor/
/Godeps/
### VisualStudioCode ###
.vscode/*
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
# End of https://www.gitignore.io/api/go,visualstudiocode
### NodeJS
node_modules
dist
# ignore system files
.DS_Store