FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ds2api/.gitignore at main · CJackHwang/ds2api · GitHub
This repository was archived by the owner on May 13, 2026. It is now read-only.
CJackHwang
/
ds2api
Public archive
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
4.7k
Code
Issues
26
Pull requests
4
Discussions
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
ds2api
/
.gitignore
Copy path
More file actions
More file actions
Latest commit
History
History
History
70 lines (58 loc) · 659 Bytes
Breadcrumbs
ds2api
/
.gitignore
Copy path
File metadata and controls
70 lines (58 loc) · 659 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
*
.bak
config.json
.env
#
IDE
.vscode
/
.idea
/
*
.swp
*
.swo
*
~
.DS_Store
opencode.json
#
Logs
*
.log
logs
/
artifacts
/
#
Vercel
.vercel
#
Node.js / Frontend
node_modules
/
webui
/
node_modules
/
webui
/
dist
/
.npm
.pnpm-store
/
yarn.lock
pnpm-lock.yaml
#
Build artifacts
dist
/
*
.tsbuildinfo
.cache
/
.parcel-cache
/
static
/
admin
/
internal
/
webui
/
assets
/
admin
/
#
Go compiled binaries
ds2api
ds2api-tests
#
Environment
.env.local
.env.
*
.local
#
Testing
.coverage
htmlcov
/
.pytest_cache
/
.tox
/
*
.coverprofile
coverage
*
.out
cover
/
#
Misc
.git
/
Thumbs.db
#
Claude Code
.claude
/
CLAUDE.local.md
#
Local tool bootstrap cache
.tmp
/
#
Chat history
data
/
.codex
.roomodes
Back
|
FazBrowse Home
|
New Git URL