Skip to content

Commit 47c8a2a

Browse files
lachen-nvclaude
andcommitted
chore: add .gitignore and CODEOWNERS for SCM compliance
Add .gitignore to prevent committing local config, IDE files, and secrets. Add CODEOWNERS to define default code review ownership. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ac1f695 commit 47c8a2a

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Default code owners for dsx-github-actions
2+
* @mmou-nv @huaweic-nv @abegnoche @lachen-nv

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# IDE
2+
.vscode/
3+
.idea/
4+
*.swp
5+
*.swo
6+
7+
# OS
8+
.DS_Store
9+
Thumbs.db
10+
11+
# Secrets / local config
12+
.env
13+
.env.*
14+
*.local
15+
16+
# Node
17+
node_modules/
18+
19+
# Helm
20+
*.tgz

0 commit comments

Comments
 (0)