File tree 2 files changed +6
-10
lines changed
2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 2
2
* .swp
3
3
.DS_Store
4
4
.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
9
5
Pipfile
10
6
public
11
7
release-notes.md
@@ -118,8 +114,10 @@ ipython_config.py
118
114
# pdm.lock
119
115
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
120
116
# in version control.
121
- # https://pdm.fming.dev/#use -with-ide
117
+ # https://pdm.fming.dev/latest/usage/project/#working -with-version-control
122
118
.pdm.toml
119
+ .pdm-python
120
+ .pdm-build /
123
121
124
122
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
125
123
__pypackages__ /
Original file line number Diff line number Diff line change 4
4
[%- if project_name == "Serious Scaffold Python" %]
5
5
.copier-answers.yml
6
6
[%- 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
11
7
Pipfile
12
8
public
13
9
release-notes.md
@@ -120,8 +116,10 @@ ipython_config.py
120
116
#pdm.lock
121
117
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
122
118
# in version control.
123
- # https://pdm.fming.dev/#use -with-ide
119
+ # https://pdm.fming.dev/latest/usage/project/#working -with-version-control
124
120
.pdm.toml
121
+ .pdm-python
122
+ .pdm-build/
125
123
126
124
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
127
125
__pypackages__/
You can’t perform that action at this time.
0 commit comments