mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 01:35:20 +00:00
gitignore: add kivy atlas
This commit is contained in:
parent
0142e0fa22
commit
77aefdfe71
1 changed files with 8 additions and 4 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -6,19 +6,23 @@ dist/
|
||||||
*.egg/
|
*.egg/
|
||||||
contrib/pyinstaller/
|
contrib/pyinstaller/
|
||||||
Electrum.egg-info/
|
Electrum.egg-info/
|
||||||
electrum/gui/qt/icons_rc.py
|
|
||||||
locale/
|
locale/
|
||||||
.devlocaltmp/
|
.devlocaltmp/
|
||||||
*_trial_temp
|
*_trial_temp
|
||||||
packages
|
packages
|
||||||
env/
|
env/
|
||||||
.tox/
|
|
||||||
.buildozer/
|
.buildozer/
|
||||||
bin/
|
bin/
|
||||||
/app.fil
|
/app.fil
|
||||||
|
.idea
|
||||||
|
|
||||||
# tox files
|
# icons
|
||||||
|
electrum/gui/qt/icons_rc.py
|
||||||
|
electrum/gui/kivy/theming/light-0.png
|
||||||
|
electrum/gui/kivy/theming/light.atlas
|
||||||
|
|
||||||
|
# tests/tox
|
||||||
|
.tox/
|
||||||
.cache/
|
.cache/
|
||||||
.coverage
|
.coverage
|
||||||
.pytest_cache
|
.pytest_cache
|
||||||
.idea
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue