-
-
Notifications
You must be signed in to change notification settings - Fork 127
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (43 loc) · 588 Bytes
/
Copy path.gitignore
File metadata and controls
53 lines (43 loc) · 588 Bytes
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
node_modules/
dist/
bin/
.pseudotv/
.dizquetv*/
.tunarr*/
web/public/bundle.js
*.orig
package-lock.json
config/
.vscode/
build/
log.txt
*.db
.DS_Store
.turbo/
*.env*
*.tar*
coverage/
*.dmg
*.app
# Xcode
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcworkspace/contents.xcworkspacedata
/*.gcno
**/xcshareddata/WorkspaceSettings.xcsettings
## Build generated
build/
DerivedData/
# This is generated at runtime for dev builds.
tunarr-openapi.json
web/.tanstack
:memory:*
.serena/
# JetBrains IDEs
.idea/
*.iws
*.iml
*.ipr
.claude/worktrees
.pnpm-store/