-
-
Notifications
You must be signed in to change notification settings - Fork 275
/
.gitignore
55 lines (42 loc) · 888 Bytes
/
.gitignore
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
# Ignore doc build
sphinx/src/_build/
sphinx/src/default.profraw
# Ignore newsfeed build
sphinx/newsfeed/build
sphinx/newsfeed/sphinxcontrib_newsfeed.egg-info
# Ignore sphinx .buildinfo metadata
docs/.buildinfo
# Ignore elm stuff
elm-stuff
# OS-X crap
.DS_Store
# Ignore RTD redirect build
sphinx/rtd/_build
sphinx/rtd/default.profraw
sphinx/newsfeed/demo/_build
# Sphinx output gets moved to Docusaurus' static folder
/static-sphinx
# Docusaurus dependencies
/node_modules
# Docusaurus production
/build
# Autogenerated at build time
/docs/orga/cfep-index.md
/docs/orga/governance.md
/static/schema/conda-forge.schema.json
/community/cfep-index.md
/community/governance.md
# Generated files
.docusaurus
.cache-loader
# Misc
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# pyc files
*.pyc
__pycache__/