-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (37 loc) · 1.94 KB
/
.gitignore
File metadata and controls
44 lines (37 loc) · 1.94 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
# ── Dependencies ──────────────────────────────────────────────────────────────
node_modules/
bower_components/
# ── Environment variables (NEVER commit secrets) ──────────────────────────────
.env
.env.local
.env.*.local
# ── Logs ──────────────────────────────────────────────────────────────────────
*.log
logs/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# ── Build outputs ─────────────────────────────────────────────────────────────
dist/
tmp/
build/
# ── Coverage ──────────────────────────────────────────────────────────────────
coverage/
# ── IDE / editor ──────────────────────────────────────────────────────────────
.idea/
.vscode/settings.json
# ── OS artifacts ──────────────────────────────────────────────────────────────
.DS_Store
.DS_Store/
Thumbs.db
# ── Misc ──────────────────────────────────────────────────────────────────────
.sass-cache/
connect.lock/
libpeerconnection.log/
testem.log
typings/
.angular/
app/**/*.js
app/**/*.js.map
e2e/*.js
e2e/*.map