Skip to content

Commit

Permalink
move to one .gitignore file in the root (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
groninge01 authored Oct 16, 2024
1 parent 9ce8e29 commit 3cf52f9
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 103 deletions.
33 changes: 24 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,37 +1,52 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# Dependencies
node_modules
# dependencies
node_modules/
.pnp
.pnp.js

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

# Testing
# testing
coverage

# Turbo
# turbo
.turbo

# Vercel
# vercel
.vercel

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


# Debug
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Misc
# misc
.DS_Store
*.pem

# typescript
*.tsbuildinfo
next-env.d.ts

# ide
.vscode
.idea

# entry config file
.sentryclirc
.env.sentry-build-plugin

# for packages/lib
generated/
48 changes: 0 additions & 48 deletions apps/beets-frontend-v3/.gitignore

This file was deleted.

45 changes: 0 additions & 45 deletions apps/frontend-v3/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion packages/lib/.gitignore

This file was deleted.

0 comments on commit 3cf52f9

Please sign in to comment.