Compare commits

...

8 Commits

Author SHA1 Message Date
Yousha Aleayoub
7d1ee40841
Merge branch 'github:main' into master 2025-05-23 12:18:39 +03:30
Devin Dooley
c672d4aabe
Merge pull request #4466 from frankebel/main
feat(Julia): ignore all Manifest files
2025-05-22 09:13:51 -07:00
Devin Dooley
b15785f915
Merge pull request #4639 from Wuhall/main
Add dedicated Cursor.gitignore template for Cursor AI editor exclusions
2025-05-22 09:07:02 -07:00
Frank Ebel
3cb11f3091
feat(Julia): ignore all Manifest files 2025-05-22 14:56:38 +02:00
Wuhall
48b1054d9d Remove .vscode/* 2025-05-22 08:41:23 +08:00
Devin Dooley
9101f3d544
Merge pull request #4638 from github/remove-stale-debug-setting
Run stale workflow without debug-only mode
2025-05-21 16:50:44 -07:00
Wuhall
17441027c3 add Cursor.gitignore 2025-05-21 17:12:50 +08:00
Devin Dooley
bf0e0fdbfb
Run stale workflow without debug-only mode 2025-05-20 22:42:24 +00:00
3 changed files with 3 additions and 2 deletions

View File

@ -29,4 +29,3 @@ jobs:
exempt-pr-labels: 'keep'
close-issue-reason: not_planned
ascending: true # Sort PRs by last updated date in ascending order
debug-only: true # Set to true to test the action without actually closing any PRs

2
Global/Cursor.gitignore Normal file
View File

@ -0,0 +1,2 @@
.cursorignore
.cursorindexingignore

View File

@ -21,4 +21,4 @@ docs/site/
# It records a fixed state of all packages used by the project. As such, it should not be
# committed for packages, but should be committed for applications that require a static
# environment.
Manifest.toml
Manifest*.toml