Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 87866dc

Browse files
committed
Improved gitignore.
(cherry picked from commit fd62c94)
1 parent 9b4e5ec commit 87866dc

6 files changed

Lines changed: 42 additions & 17 deletions

File tree

.gitignore

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,21 @@ __pycache__/
44

55
# Coverage.py
66
.coverage
7+
.cov
78
coverage.xml
8-
/.cov
99

10-
# Sphinx documentation
11-
doc/_build
10+
# setuptools
11+
/build
12+
/dist
13+
/*.egg-info
1214

13-
# PyCharm project
15+
# Sphinx
16+
doc/_build/
17+
doc/pyTooling.TerminalUI/**/*.*
18+
!doc/pyTooling.TerminalUI/index.rst
19+
20+
# BuildTheDocs
21+
doc/_theme/**/*.*
22+
23+
# IntelliJ project files
1424
/.idea/workspace.xml

.idea/modules.xml

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/pyTerminalUI.iml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.idea/pyTooling.TerminalUI.iml

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)