1
0
Files
electrum/.gitignore
SomberNight 3567a4cfb0 mv git submodule electrum-locale from contrib to electrum/locale
- this merges `contrib/deterministic-build/locale` and `electrum/locale`
- it is now once again possible have translations when running from a local git clone
    - which was already possible in the past before crowdin removed their unauthenticated APIs
        - see https://github.com/spesmilo/electrum/issues/9531
    - however, the translations available are the often-old frozen strings from electrum-locale
        - while previously one could just download the latest strings from crowdin
2025-04-14 17:18:30 +00:00

53 lines
786 B
Plaintext

.git/
####-*.patch
**/*.pyc
*.swp
build/
dist/
*.egg/
Electrum.egg-info/
.devlocaltmp/
*_trial_temp
packages
env/
.buildozer
.buildozer_*/
bin/
/app.fil
.idea
.mypy_cache
.vscode
electrum_data
.DS_Store
contrib/trigger_website
contrib/trigger_binaries
# tests/tox
.tox/
.cache/
.coverage
.pytest_cache
# build workspaces
contrib/build-wine/tmp/
contrib/build-wine/build/
contrib/build-wine/.cache/
contrib/build-wine/dist/
contrib/build-wine/signed/
contrib/build-linux/appimage/build/
contrib/build-linux/appimage/.cache/
contrib/osx/.cache/
contrib/osx/build-venv/
contrib/android/android_debug.keystore
contrib/secp256k1/
contrib/zbar/
contrib/libusb/
contrib/.venv_make_packages/
# shared objects
electrum/*.so
electrum/*.so.*
electrum/*.dll
electrum/*.dylib
contrib/osx/*.dylib