Compare commits

..

6 Commits

Author SHA1 Message Date
Devin Dooley
136f98dd58
Merge pull request #4653 from vicman7/add-poetry-toml
Add poetry.toml to Python.gitignore (optional Poetry config file)
2025-06-02 13:21:04 -07:00
Tim Hunter
e478c8faf6
Merge pull request #3552 from armanbilge/sbt-bsp
[SBT] Ignore .bsp directory
2025-06-02 13:08:09 -07:00
Tim Hunter
9a656787d6
Merge pull request #3600 from tbeu/patch-1
Also ignore *.idb (to match C.gitignore)
2025-06-02 11:53:56 -07:00
vicman7
daf38183c7 Add poetry.toml to Python.gitignore 2025-05-31 16:00:30 -05:00
tbeu
e07b0dc3ee
Also ignore *.idb (to match C.gitignore)
*.idb files (of VS2005 and probably other versions, too) should be also ignored.
2020-12-19 17:09:50 +01:00
Arman Bilge
4a6f74426e
[SBT] Ignore .bsp directory 2020-10-14 19:41:41 -07:00
3 changed files with 4 additions and 1 deletions

View File

@ -10,3 +10,4 @@ project/plugins/project/
.history
.cache
.lib/
.bsp/

View File

@ -106,6 +106,7 @@ ipython_config.py
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock
#poetry.toml
# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.

View File

@ -77,6 +77,7 @@ StyleCopReport.xml
*.ilk
*.meta
*.obj
*.idb
*.iobj
*.pch
*.pdb