-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
132 lines (113 loc) · 1.66 KB
/
.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.linux
*.xlsx
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
*.prof
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Intellij
# *.iml
# .idea/
# VSC
# .vscode/
output
_upgrade
*.pid
*.log
# 2021-09-26 12:26:56 merge我的ignore 语法参考: https://zhuanlan.zhihu.com/p/345124792
#Mac OS X Finder
.DS_Store
# Sparkle distribution Private Key (Don’t check me in!)
dsa_priv.pem
# XCode (and ancestors) per-user config (very noisy, and not relevant)
*.mode1
*.mode1v3
*.mode2v3
*.perspective
*.perspectivev3
*.pbxuser
*.xcuserstate
# Xcode 4
xcuserdata/
project.xcworkspace/
DerivedData
# Generated files
VersionX-revision.h
# build products
build/
pkg/
Docs/
SenseID-doc/
*.o
# Other source repository archive directories (protects when importing)
.hg
.svn
CVS
# automatic backup files
*~.nib
*.swp
*~
~
# MCV's FaceSDK
*.tgz
mcv_facesdk/
mcv_facesdk_ios/
# Android
.gradle
.idea
bin
gen
/android/SDKCloud/.metadata
/android/SDKCloud/STAPI/.settings
.iml
.settings
.classpath
#packages
_package/
oclint_result.xml
swiftLintResult.txt
tmp/
infer-out/
Pods/
API.swift
!Podfile
!Podfile.lock
#web 2021-09-26 14:49:40
dist/
node_modules/
.npmrc
.cache
tests/server/static
tests/server/static/upload
.local
# local env files
.env.local
.env.*.local
.eslintcache
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
__debug_bin