Files
app-ethereum/.gitignore
2021-08-26 15:44:32 +02:00

21 lines
195 B
Plaintext

# Compilation of Ledger's app
src/glyphs.c
src/glyphs.h
bin/
debug/
dep/
obj/
# Python
*.pyc
# JS
tests/node_modules
tests/lib
tests/yarn-error.log
tests/elfs/*
tests/snapshots/tmp/*
.vscode