Skip to content

Commit 5488140

Browse files
authored
[skipci]Merge pull request #2941 from milutinke/skills-centralization
2 parents 78dc74a + 3f431f1 commit 5488140

32 files changed

Lines changed: 7630 additions & 5 deletions

.claude/skills

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../.skills

.codex/skills

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../.skills

.cursor/skills

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../.skills

.gitignore

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,15 @@
88
/Other/
99
/.vs/
1010
SessionCache.ini
11-
.*
12-
!/.github
1311
/packages
1412

13+
# OS-generated files
14+
.DS_Store
15+
Thumbs.db
16+
desktop.ini
17+
ehthumbs.db
18+
._*
19+
1520
## Ignore Visual Studio temporary files, build results, and
1621
## files generated by popular Visual Studio add-ons.
1722
##
@@ -387,9 +392,6 @@ FodyWeavers.xsd
387392
!.vscode/extensions.json
388393
*.code-workspace
389394

390-
# Cursor files
391-
!.cursor/
392-
393395
# Local History for Visual Studio Code
394396
.history/
395397

0 commit comments

Comments
 (0)