Files
app-ethereum/.gitignore
2024-03-27 14:43:15 +01:00

20 lines
190 B
Plaintext

# Compilation of Ledger's app
bin/
debug/
build/
# Python
venv/
*.pyc
__version__.py
# JS
tests/node_modules
tests/lib
tests/yarn-error.log
tests/elfs/*
tests/snapshots-tmp
.vscode
.idea