Skip to content

Commit d339538

Browse files
authored
chore: update gitignore (#561)
1 parent c0430e8 commit d339538

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.gitignore

+3-5
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
*.swp
33
.DS_Store
44
.copier-answers.yml
5-
# TODO: Move `.pdm-build/` and `.pdm-python` out of custom section when upstream pull request merged.
6-
# Reference: https://github.com/github/gitignore/pull/4279
7-
.pdm-build/
8-
.pdm-python
95
Pipfile
106
public
117
release-notes.md
@@ -118,8 +114,10 @@ ipython_config.py
118114
#pdm.lock
119115
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
120116
# in version control.
121-
# https://pdm.fming.dev/#use-with-ide
117+
# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
122118
.pdm.toml
119+
.pdm-python
120+
.pdm-build/
123121

124122
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
125123
__pypackages__/

template/.gitignore.jinja

+3-5
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
[%- if project_name == "Serious Scaffold Python" %]
55
.copier-answers.yml
66
[%- endif %]
7-
# TODO: Move `.pdm-build/` and `.pdm-python` out of custom section when upstream pull request merged.
8-
# Reference: https://github.com/github/gitignore/pull/4279
9-
.pdm-build/
10-
.pdm-python
117
Pipfile
128
public
139
release-notes.md
@@ -120,8 +116,10 @@ ipython_config.py
120116
#pdm.lock
121117
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
122118
# in version control.
123-
# https://pdm.fming.dev/#use-with-ide
119+
# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
124120
.pdm.toml
121+
.pdm-python
122+
.pdm-build/
125123

126124
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
127125
__pypackages__/

0 commit comments

Comments
 (0)