-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy path.gitignore
More file actions
31 lines (27 loc) · 902 Bytes
/
.gitignore
File metadata and controls
31 lines (27 loc) · 902 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/public/
/repos/kube-prometheus
/repos/prometheus-operator
/resources/_gen/
/static/img
/.hugo_build.lock
# Generated content to ignore (sorted alphabetically)
/content/adopters.md
/content/docs/getting-started/*
/content/docs/api-reference/*
/content/docs/developer/*
/content/docs/platform/*
/content/docs/proposals/**
/content/docs/community/*
/content/kube-prometheus/kube/*
!/content/docs/getting-started/_index.md
!/content/docs/api-reference/_index.md
!/content/docs/developer/_index.md
!/content/docs/platform/_index.md
!/content/docs/proposals/_index.md
!/content/docs/community/_index.md
!/content/kube-prometheus/kube/_index.md
# To select the accepted and implemented folders while ignoring any .md file other than _index.md
!content/docs/proposals/implemented/
!content/docs/proposals/accepted/
!/content/docs/proposals/implemented/_index.md
!/content/docs/proposals/accepted/_index.md