-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (35 loc) · 691 Bytes
/
Copy path.gitignore
File metadata and controls
41 lines (35 loc) · 691 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
.claude/
# Dependencies
**/node_modules/
# Production
/build
# Generated files
.docusaurus
.cache-loader
docs/**/*.mdx
Portfolio/videos.json
scan_full_history.py
portfolio-registry.json
# Mocked Local Data & CI Generated Files
Wiki/generated-navbar.json
Wiki/pages/tools.json
Wiki/assets/css/icons.css
Wiki/assets/img/*/
Wiki/docs/mock/
Blog/posts/*.md
Blog/posts/*.mdx
!Blog/posts/.gitkeep
Blog/generated-blog-navbar.json
Blog/generated-blog-portfolio-nav.json
Blog/src/data/generated-blog-sidebar.json
portfolio-archive.json
portfolio-recent.json
# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*