Skip to content

Commit bc30816

Browse files
fix: revert the src to project in gitignore
Co-authored-by: Nightknight3000 <alexander.roehl@uni-tuebingen.de>
1 parent 33fc4f7 commit bc30816

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ cmake-build-*/
6161
# Mongo Explorer plugin
6262
.idea/**/mongoSettings.xml
6363

64-
# File-based src format
64+
# File-based project format
6565
*.iws
6666

6767
# IntelliJ
@@ -211,12 +211,12 @@ ipython_config.py
211211
# pdm
212212
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
213213
#pdm.lock
214-
# pdm stores src-wide configurations in .pdm.toml, but it is recommended to not include it
214+
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
215215
# in version control.
216216
# https://pdm.fming.dev/#use-with-ide
217217
.pdm.toml
218218

219-
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-src/pdm
219+
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
220220
__pypackages__/
221221

222222
# Celery stuff
@@ -234,11 +234,11 @@ ENV/
234234
env.bak/
235235
venv.bak/
236236

237-
# Spyder src settings
237+
# Spyder project settings
238238
.spyderproject
239239
.spyproject
240240

241-
# Rope src settings
241+
# Rope project settings
242242
.ropeproject
243243

244244
# mkdocs documentation

0 commit comments

Comments
 (0)