forked from cyberfabric/DNA
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
83 lines (76 loc) · 1.78 KB
/
.gitignore
File metadata and controls
83 lines (76 loc) · 1.78 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# ------------------------------------------------------
# Core build outputs (for static site generators)
# ------------------------------------------------------
_site/
build/
dist/
public/
out/
.cache/
.next/
.docusaurus/
.vuepress/
.mkdocs/
.sphinx/
site/
docs/.vitepress/cache/
# ------------------------------------------------------
# Node / npm / yarn / pnpm dependencies
# ------------------------------------------------------
node_modules/
pnpm-lock.yaml
yarn.lock
package-lock.json
# ------------------------------------------------------
# Python virtual envs / Sphinx / MkDocs / Jupyter
# ------------------------------------------------------
venv/
.env/
__pycache__/
*.pyc
.DS_Store
.ipynb_checkpoints/
*.egg-info/
# ------------------------------------------------------
# Temporary / local files
# ------------------------------------------------------
.tmp/
temp/
*.log
*.bak
*.swp
*.swo
*.tmp
Thumbs.db
# ------------------------------------------------------
# IDEs and Editors
# ------------------------------------------------------
.vscode/
.idea/
*.iml
# ------------------------------------------------------
# OS Files
# ------------------------------------------------------
.DS_Store
ehthumbs.db
Icon?
Desktop.ini
# ------------------------------------------------------
# Miscellaneous
# ------------------------------------------------------
*.local
*.cache
.env.local
.env.development.local
.env.production.local
.env.test.local
# ------------------------------------------------------
# Optional: build artifacts from documentation tools
# ------------------------------------------------------
# If using docs-as-code toolchains like:
# - Docusaurus: /build or /.docusaurus
# - MkDocs: /site
# - VitePress: /docs/.vitepress/dist
# - Hugo: /public
# - Sphinx: /_build
# - Jekyll: /_site