tangled
alpha
login
or
join now
renderg.host
/
renderghost
6
fork
atom
My personal website
6
fork
atom
overview
issues
pulls
pipelines
ready to migrate
Barry Prendergast
2 days ago
24619bea
7c12f520
+21
-6
1 changed file
expand all
collapse all
unified
split
.gitignore
+21
-6
.gitignore
reviewed
···
7
7
pnpm-debug.log*
8
8
lerna-debug.log*
9
9
10
10
+
# Dependencies
10
11
node_modules
12
12
+
13
13
+
# Build output
11
14
dist
12
15
dist-ssr
16
16
+
17
17
+
# Vite cache
18
18
+
.vite
19
19
+
20
20
+
# Environment
13
21
*.local
22
22
+
.env
23
23
+
.env.*
24
24
+
!.env.example
14
25
15
15
-
# Editor directories and files
26
26
+
# Editor
27
27
+
.DS_Store
28
28
+
.idea
29
29
+
.vscode
16
30
.vscode/*
17
31
!.vscode/extensions.json
18
18
-
.idea
19
19
-
.DS_Store
20
20
-
*.suo
32
32
+
*.njsproj
21
33
*.ntvs*
22
22
-
*.njsproj
23
34
*.sln
35
35
+
*.suo
24
36
*.sw?
25
37
26
26
-
# Project Management BS
38
38
+
# Project management
27
39
.documentation/
40
40
+
41
41
+
# Claude Code
42
42
+
.claude/