Skip to content

Commit 6cc450d

Browse files
committed
chore: 🔧 update .gitignore files to include feature skill paths
1 parent cd93cef commit 6cc450d

8 files changed

Lines changed: 24 additions & 1 deletion

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@ VERSION
2020
bin
2121
obj
2222
./.gitattributes
23+
24+
## Features
25+
.github/skills/feature-common-utils
26+
.github/skills/feature-githooks
27+
.github/skills/feature-gitutils
28+
.github/skills/feature-gitversion

src/common-utils/stubs/..gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@
1818
.toolkit
1919
bin
2020
obj
21+
22+
## Features
23+
.github/skills/feature-common-utils

src/githooks/stubs/..gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
## Features
3+
.github/skills/feature-githooks
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ Homestead.yaml
3434
/public/hot
3535
/public/css
3636
/public/js
37+
38+
## Features
39+
.github/skills/feature-gitutils

src/gitversion/stubs/..gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
## Gitversion
22
VERSION
3+
4+
## Features
5+
.github/skills/feature-gitversion

src/larasets/stubs/..gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ Homestead.yaml
1818
/public/hot
1919
/public/css
2020
/public/js
21+
22+
## Features
23+
.github/skills/feature-larasets

src/minikube/stubs/..gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
## Gitversion
1+
2+
## Features
3+
.github/skills/feature-minikube

0 commit comments

Comments
 (0)