1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00
EDMarketConnector/.gitignore
Athanasius 43394b17ff
Initial work on auto-generating WiX Component list
* We'll be generating EDMarketConnector.wxs, so remove it from git and
  add to .gitignore
* Initial work on using `lxml` to parse in wix/components.wxs, generated
  by heat.exe, to pick out what we need, modify it, and eventually
  stitch into a generated EDMarketConnector.wxs
2021-12-07 15:27:33 +00:00

27 lines
274 B
Plaintext

.gitversion
.DS_Store
build
ChangeLog.html
dist.*
dump
*.bak
*.pyc
*.pyo
*.dll
*.pdb
*.msi
*.wixobj
appcast_win_*.xml
appcast_mac_*.xml
EDMarketConnector.VisualElementsManifest.xml
*.zip
.idea
.vscode
venv
*.code-workspace
htmlcov/
.ignored
.coverage
EDMarketConnector.wxs