-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
106 lines (84 loc) · 1.87 KB
/
Copy path.gitignore
File metadata and controls
106 lines (84 loc) · 1.87 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# Build artifacts
*.js
!esbuild.config.mjs
!version-bump.mjs
# Dependencies
node_modules/
# Distribution
dist/
release/
# IDE
.vscode/
.idea/
.cursor/
.cursorrules
*.sublime-project
*.sublime-workspace
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
logs/
# Environment
.env
.env.local
.env.*.local
# User data
Journals/
# Year files (personal/development notes)
2024.md
2025.md
# Testing
css-analysis.md
docs/TODO_NPM_UPGRADE.md
oom-ribbon-test/
# HTML files (mockups, prototypes, testing)
docs/ui-mockups/
*.html
# Temporary files
temp/
# Backup files
*.bak
# ScreenToGif project files
*.stg
# Refactoring cleanup scripts
docs/developer/implementation/refactoring-cleanup.ps1
docs/developer/implementation/refactoring-cleanup.sh
docs/developer/implementation/archive-refactoring-docs.sh
archive-additional-refactoring-docs.ps1
# Deployment scripts
deploy.sh
# Inline Style Elimination Project Scripts (Phase 7 Complete - 2025-06-11)
# These were one-time development scripts for the inline style removal project
fix-hubmodal-comprehensive.ps1
fix-hubmodal-phase7k.ps1
fix-hubmodal-styles-phase7.ps1
fix-pattern-renderer-styles.ps1
remove-inline-styles.ps1
# CSS Refactoring v2 - Development Files (Phase 2 complete)
css-components/
styles-original-backup.css
styles-original.css
merge-components.js
# UI/UX Mockups and Prototypes
# (All HTML files now covered by *.html pattern above)
docs/developer/ui-mockups/
docs/developer/enhanced-date-navigator/
# Documentation
docs/obsidian-developer-docs/
docs/developer/obsidian-developer-docs/
# CSS Development & Reference Files
docs/mockups/
styles/originals/ \ *