forked from fruitbars/simple-one-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
68 lines (57 loc) · 935 Bytes
/
.gitignore
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
# 编译输出
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
simple-one-api/simple-one-api
simple-one-api/build
simple-one-api/myconfigs
simple-one-api/docker_build_push.sh
./simple-one-api
./build
./build/*
./myconfigs
./myconfigs/*
./docker_build_push.sh
README.CN.EN.md
build/
simple-one-api
# 日志文件
*.log
# 临时文件
*.tmp
*.temp
*.bak
*.swp
simple-one-api/README.CN.EN.md
README.CN.EN.md
# Go编译缓存目录
./simple-one-api
/go-build/
/.gocache/
cmd/simple-one-api/build
myconfigs
myconfigs/config.json
myconfigs/config_cozecn.json
myconfigs/config_cloudflare.json
cmd/simple-one-api/config_*.json
cmd/simple-one-api/simple-one-api
cmd/simple-one-api/build.zip
docker_build_push.sh
# 编译器生成的二进制文件
main
# IDE和编辑器配置文件
.vscode/
.idea/
*.sublime-workspace
*.sublime-project
# 操作系统生成的文件
.DS_Store
Thumbs.db
# 项目依赖
vendor/
# 环境配置文件
.env