mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +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/
|
||||
contrib/pyinstaller/
|
||||
Electrum.egg-info/
|
||||
electrum/gui/qt/icons_rc.py
|
||||
locale/
|
||||
.devlocaltmp/
|
||||
*_trial_temp
|
||||
packages
|
||||
env/
|
||||
.tox/
|
||||
.buildozer/
|
||||
bin/
|
||||
/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/
|
||||
.coverage
|
||||
.pytest_cache
|
||||
.idea
|
||||
|
|
Loading…
Add table
Reference in a new issue