-
-
Notifications
You must be signed in to change notification settings - Fork 406
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (58 loc) · 1009 Bytes
/
.gitignore
File metadata and controls
62 lines (58 loc) · 1009 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# uses allow-list, so ignore everything
*
# project files
!.lintcheck.yaml
!.lycheeignore
!.markdownlint.yaml
!.spellcheck*.yaml
!.wordlist*.txt
!mkdocs*.yaml
!CNAME
!*.md
!license.txt
# allow github, workflows and templates
!.github/
!.github/*.yaml
!.github/ISSUE_TEMPLATE/
!.github/ISSUE_TEMPLATE/*.md
!.github/ISSUE_TEMPLATE/*.yml
!.github/workflows/
!.github/workflows/*.yaml
!.gitignore
# docs site
!docs/
!docs/index.md
!docs/assets/
!docs/assets/images/
!docs/assets/images/*.png
!docs/assets/images/logos/
!docs/assets/images/logos/*.png
!docs/en/
!docs/en/index.md
!docs/en/**/
!docs/en/**/*.md
!docs/es/
!docs/es/index.md
!docs/es/**/
!docs/es/**/*.md
!docs/fa/
!docs/fa/index.md
!docs/fa/**/
!docs/fa/**/*.md
!docs/hi/
!docs/hi/index.md
!docs/hi/**/
!docs/hi/**/*.md
!docs/pt-br/
!docs/pt-br/index.md
!docs/pt-br/**/
!docs/pt-br/**/*.md
!docs/fa/
!docs/fa/index.md
!docs/fa/**/
!docs/fa/**/*.md
!docs/CNAME
# ignore symbolic links
docs/license.txt
docs/code_of_conduct.md
docs/contributing.md