some cleanup
This commit is contained in:
parent
c70a4549cb
commit
b163eb516e
2 changed files with 1 additions and 15 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
*.iml
|
*.iml
|
||||||
*.swp
|
*.swp
|
||||||
|
*.wpr
|
||||||
*.wpu
|
*.wpu
|
||||||
.idea
|
.idea
|
||||||
__pycache__
|
__pycache__
|
||||||
|
|
15
vdstatus.wpr
15
vdstatus.wpr
|
@ -1,15 +0,0 @@
|
||||||
#!wing
|
|
||||||
#!version=5.0
|
|
||||||
##################################################################
|
|
||||||
# Wing IDE project file #
|
|
||||||
##################################################################
|
|
||||||
[project attributes]
|
|
||||||
proj.directory-list = [{'dirloc': loc('.'),
|
|
||||||
'excludes': (),
|
|
||||||
'filter': u'Python Files',
|
|
||||||
'include_hidden': False,
|
|
||||||
'recursive': True,
|
|
||||||
'watch_for_changes': True}]
|
|
||||||
proj.file-list = [loc('conf.ini'),
|
|
||||||
loc('README.md')]
|
|
||||||
proj.file-type = 'shared'
|
|
Loading…
Reference in a new issue