diff options
author | Devin Dooley <dooleydevin@github.com> | 2025-05-19 18:20:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-19 18:20:26 +0000 |
commit | 012a024a8d2a015c368ef2db54236818cc916fe8 (patch) | |
tree | 975edcb35532423099e3253b22e8c094ca867517 | |
parent | 81ceb66b6b9d32324c98fe1c51f27d2eb9451865 (diff) | |
download | gitignore-restore-newline-python.tar.gz gitignore-restore-newline-python.zip |
Restore trailing newline in Python.gitignorerestore-newline-python
-rw-r--r-- | Python.gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Python.gitignore b/Python.gitignore index dd15ec48..651a6d10 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -173,9 +173,9 @@ cython_debug/ # PyPI configuration file .pypirc -# Cursor -# Cursor is an AI-powered code editor.`.cursorignore` specifies files/directories to +# Cursor +# Cursor is an AI-powered code editor. `.cursorignore` specifies files/directories to # exclude from AI features like autocomplete and code analysis. Recommended for sensitive data # refer to https://docs.cursor.com/context/ignore-files .cursorignore -.cursorindexingignore
\ No newline at end of file +.cursorindexingignore |