production: opencd.css hardened — zero magic numbers, all --cd-* vars, ASW semantic, Nous auth copied
This commit is contained in:
parent
e3dbfa2fd1
commit
415bb4f402
6 changed files with 216 additions and 112 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# OpenCD — Local environment (secrets, never commit)
|
||||
.env
|
||||
|
||||
# OS metadata
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Editor
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Build artifacts
|
||||
*.min.css
|
||||
Loading…
Add table
Add a link
Reference in a new issue