-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (29 loc) · 708 Bytes
/
Copy path.gitignore
File metadata and controls
36 lines (29 loc) · 708 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
# dependencies
node_modules/
# builds
dist/
.next/
# isolated build output (ARCTURUS_DIST_DIR, e.g. .next-verify)
.next-*/
# Next regenerates this on every build with the active distDir reference; our
# blue-green builds (.next-a/.next-b) rewrite it constantly, so don't track it.
# (Regenerated by `next dev`/`next build`; run a build before a fresh-clone tsc.)
next-env.d.ts
*.tsbuildinfo
# runtime data (deployed sites, db, build workspaces)
data/
# env
.env
.env.local
.env.secrets
.env.keys
# os
.DS_Store
# logs
*.log
# Anchored to repo root: a bare `logs/` also matches source dirs like
# apps/api/src/modules/logs/ and silently drops them from commits.
/logs/
.omc
# git worktrees
.worktrees/