-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (29 loc) · 1.27 KB
/
Copy path.gitignore
File metadata and controls
34 lines (29 loc) · 1.27 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
# ═══════════════════════════════════════════════════════
# MELLOW CO. — .gitignore
# Keeps secrets, local files, and noise out of GitHub
# ═══════════════════════════════════════════════════════
# ── SECRETS — NEVER PUSH THESE ─────────────────────────
.env
.env.local
.env.production
.env.development
*.env
# ── Local dev server (Python) ──────────────────────────
server.py
create-admin.py
__pycache__/
*.pyc
*.pyo
# ── Node / Netlify ──────────────────────────────────────
node_modules/
.netlify/
npm-debug.log*
# ── OS files ────────────────────────────────────────────
.DS_Store
Thumbs.db
desktop.ini
# ── Editor ──────────────────────────────────────────────
.vscode/
.idea/
*.swp
*.swo