mirror of
https://github.com/skywind3000/kcp.git
synced 2026-08-20 22:53:30 +08:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fbd716b257 | ||
|
|
31c2ae0529 | ||
|
|
46eed3ef30 | ||
|
|
19459fa64d | ||
|
|
fddd37687d | ||
|
|
32da082e52 |
69
.gitignore
vendored
69
.gitignore
vendored
@@ -1,14 +1,69 @@
|
||||
*.o
|
||||
*
|
||||
!*/
|
||||
!*.*
|
||||
|
||||
*.obj
|
||||
*.o
|
||||
*.lib
|
||||
*.ipch
|
||||
*.pch
|
||||
*.sdf
|
||||
*.exe
|
||||
*.a
|
||||
*.p
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.ncb
|
||||
*.sdf
|
||||
|
||||
.tasks
|
||||
.root
|
||||
__pycache__
|
||||
/build/*
|
||||
/example/build/*
|
||||
/gateway/build/*
|
||||
|
||||
/.vscode/*
|
||||
/.idea/*
|
||||
/.DS_Store
|
||||
/.env
|
||||
/build/*
|
||||
/.vs/*
|
||||
/.cache/*
|
||||
/testing/*.xlsx
|
||||
/testing/*.txt
|
||||
/update.cmd
|
||||
.vs
|
||||
/visualstudio/Debug/*
|
||||
/visualstudio/Release/*
|
||||
/visualstudio/x64/*
|
||||
/visualstudio/bbnet/*
|
||||
/visualstudio/.vs/*
|
||||
/visualstudio/bbnet.vcxproj.user
|
||||
|
||||
/x64/*
|
||||
/Debug/*
|
||||
/Release/*
|
||||
/bbnet/*
|
||||
|
||||
*.vcxproj.user
|
||||
/update.cmd
|
||||
|
||||
*.pcap
|
||||
*.win32
|
||||
*.linux
|
||||
*.linux2
|
||||
*.log
|
||||
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
__pycache__/*
|
||||
|
||||
/session*.md
|
||||
/skills/*
|
||||
|
||||
/.qoder/*
|
||||
/.opencode/*
|
||||
/.claude/*
|
||||
/.iflow/*
|
||||
|
||||
nul
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user