Skip to content

Commit 8503aa9

Browse files
Merge pull request #3 from mangledbottles/merge-projects
Merge `screenlink-web` into `screenlink-desktop` with Unified Project Structure
2 parents 1a0f679 + 349dbf0 commit 8503aa9

224 files changed

Lines changed: 12695 additions & 223 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.cursorignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,24 @@ yarn-error.log*
77
pnpm-debug.log*
88
lerna-debug.log*
99

10-
node_modules
10+
# Dependencies
11+
/node_modules
12+
/.pnp
13+
.pnp.js
14+
15+
# Testing
16+
/coverage
17+
18+
# Build directories
1119
dist
1220
dist-ssr
1321
dist-electron
1422
release
23+
/build
24+
25+
# Local environment overrides
1526
*.local
16-
.env
27+
.env*.local
1728

1829
# Editor directories and files
1930
.vscode/*
@@ -25,3 +36,28 @@ release
2536
*.njsproj
2637
*.sln
2738
*.sw?
39+
40+
# Misc & OS generated files
41+
*.pem
42+
*.tsbuildinfo
43+
next-env.d.ts
44+
.vscode
45+
.cursorignore
46+
47+
# Debug logs
48+
.pnpm-debug.log*
49+
50+
# Vercel
51+
.vercel
52+
53+
# Framework-specific
54+
.next/
55+
/out/
56+
57+
# Contentlayer
58+
.contentlayer
59+
60+
# Sentry Config File
61+
.sentryclirc
62+
63+
.env

README.md

Lines changed: 13 additions & 220 deletions
File renamed without changes.

apps/desktop/README.md

Lines changed: 211 additions & 0 deletions

0 commit comments

Comments
 (0)