-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
133 lines (115 loc) · 1.72 KB
/
.gitignore
File metadata and controls
133 lines (115 loc) · 1.72 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
# .gitignore
# Specifies intentionally untracked files that Git should ignore.
# === COMPOZY-SPECIFIC ===
file_contents.txt
**/file_contents.txt
examples/**/results.*
.compozy
sessions/
./compozy
diff.txt
engine/schema/reviews/*.md
ai-docs/reviews-pr-*
# === DEPENDENCIES ===
node_modules/
/node_modules
bun.lockb
.bun
.cache
# === BUILD OUTPUT ===
/build/
build/
**/.next/
/.next/
.next/
/out/
**/out/
*.tsbuildinfo
dist/
/dist/
**/dist/
completions
.serena/cache
.venv
# === TURBOREPO ===
.turbo
**/**/.turbo
# === NEXT.JS SPECIFIC ===
next-env.d.ts
**/next-env.d.ts
.next/cache/
**/.next/cache/
# === LOGS & REPORTS ===
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
dev-debug.log
**/reports/**
**/coverage*
/coverage
*storybook.log
# === ENVIRONMENT ===
.env
.envrc
.env.*
.env*.local
# === GENERATED CONTENT ===
.contentlayer
**/.contentlayer
.content-collections
**/.content-collections
.source
**/.source
storybook-static
**/storybook-static
docs/src/schemas
**/docs/src/schemas
# === GO-SPECIFIC ===
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
bin
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when run with the -o flag
*.out
# Dependency directories (remove the comment below if you do not commit vendor)
# vendor/
# Go workspace file
# go.work
# go.work.sum
# === IDE & EDITORS ===
.opencode
.idea/
.idea
.vscode
*.sublime-project
*.sublime-workspace
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# === OS-SPECIFIC ===
.DS_Store
Thumbs.db
*.pem
# === MISC ===
/.pnp
.pnp.js
.vercel
*.local.json
.aider*
!.github/workflows/coverage.yml
# Logs
# Dependency directories
# Environment variables
# Editor directories and files
# OS specific
# Task files
tasks.json