Files
app-ethereum/.gitignore
Charles-Edouard de la Vergne 94a4e4d926 Add venv to gitignore
2024-03-26 11:38:33 +01:00

23 lines
225 B
Plaintext

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