Compare commits

...

5 Commits

Author SHA1 Message Date
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
Wuhall
17441027c3 add Cursor.gitignore 2025-05-21 17:12:50 +08:00
2 changed files with 3 additions and 1 deletions

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