Skip to content

Commit

Permalink
refactor: remove turborepo
Browse files Browse the repository at this point in the history
  • Loading branch information
reyamir committed Aug 12, 2024
1 parent e2103ae commit da81620
Show file tree
Hide file tree
Showing 312 changed files with 1,521 additions and 4,562 deletions.
44 changes: 0 additions & 44 deletions .dockerignore

This file was deleted.

1 change: 0 additions & 1 deletion .envrc

This file was deleted.

58 changes: 23 additions & 35 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,38 +1,26 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

# Dependencies
node_modules
.pnp
.pnp.js

# Local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# Testing
coverage/

# Turbo
.turbo/

# Vercel
.vercel/

# Build Outputs
.next/
out/
build/
dist/


# Debug
*.log.*

# Misc
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.pem
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

src/router.gen.ts
26 changes: 0 additions & 26 deletions apps/desktop2/.gitignore

This file was deleted.

60 changes: 0 additions & 60 deletions apps/desktop2/package.json

This file was deleted.

16 changes: 0 additions & 16 deletions apps/desktop2/tailwind.config.js

This file was deleted.

12 changes: 0 additions & 12 deletions apps/desktop2/tsconfig.json

This file was deleted.

21 changes: 0 additions & 21 deletions apps/web/.gitignore

This file was deleted.

47 changes: 0 additions & 47 deletions apps/web/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions apps/web/astro.config.mjs

This file was deleted.

26 changes: 0 additions & 26 deletions apps/web/package.json

This file was deleted.

Binary file removed apps/web/public/bg.jpeg
Binary file not shown.
Binary file removed apps/web/public/favicon.ico
Binary file not shown.
Binary file removed apps/web/public/icon.png
Binary file not shown.
Binary file removed apps/web/public/og-image.jpg
Binary file not shown.
1 change: 0 additions & 1 deletion apps/web/src/env.d.ts

This file was deleted.

Loading

0 comments on commit da81620

Please sign in to comment.