mirror of
https://github.com/github/gitignore.git
synced 2026-09-04 06:03:55 +02:00
Compare commits
6 Commits
84c765dc71
...
136f98dd58
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
136f98dd58 | ||
|
|
e478c8faf6 | ||
|
|
9a656787d6 | ||
|
|
daf38183c7 | ||
|
|
e07b0dc3ee | ||
|
|
4a6f74426e |
@ -10,3 +10,4 @@ project/plugins/project/
|
|||||||
.history
|
.history
|
||||||
.cache
|
.cache
|
||||||
.lib/
|
.lib/
|
||||||
|
.bsp/
|
||||||
|
|||||||
@ -106,6 +106,7 @@ ipython_config.py
|
|||||||
# commonly ignored for libraries.
|
# commonly ignored for libraries.
|
||||||
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
|
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
|
||||||
#poetry.lock
|
#poetry.lock
|
||||||
|
#poetry.toml
|
||||||
|
|
||||||
# pdm
|
# pdm
|
||||||
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
|
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
|
||||||
@ -191,4 +192,4 @@ cython_debug/
|
|||||||
# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data
|
# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data
|
||||||
# refer to https://docs.cursor.com/context/ignore-files
|
# refer to https://docs.cursor.com/context/ignore-files
|
||||||
.cursorignore
|
.cursorignore
|
||||||
.cursorindexingignore
|
.cursorindexingignore
|
||||||
|
|||||||
@ -77,6 +77,7 @@ StyleCopReport.xml
|
|||||||
*.ilk
|
*.ilk
|
||||||
*.meta
|
*.meta
|
||||||
*.obj
|
*.obj
|
||||||
|
*.idb
|
||||||
*.iobj
|
*.iobj
|
||||||
*.pch
|
*.pch
|
||||||
*.pdb
|
*.pdb
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user