新增构建OpenSSL镜像相关文件
This commit is contained in:
73
examples/omnivore/official-src/omnivore-main/.gitignore
vendored
Normal file
73
examples/omnivore/official-src/omnivore-main/.gitignore
vendored
Normal file
@@ -0,0 +1,73 @@
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
jspm_packages/
|
||||
|
||||
# Optional npm cache directory
|
||||
.npm
|
||||
|
||||
# Optional eslint cache
|
||||
.eslintcache
|
||||
|
||||
# Optional REPL history
|
||||
.node_repl_history
|
||||
|
||||
# Banish npm lock
|
||||
package-lock.json
|
||||
|
||||
# Docker data
|
||||
.docker
|
||||
|
||||
# DSStore:
|
||||
.DS_Store
|
||||
|
||||
# next.js build output
|
||||
.next
|
||||
|
||||
# dotenv environment variables file
|
||||
.env
|
||||
.env.local
|
||||
.env.production
|
||||
|
||||
|
||||
# build & dist dirs
|
||||
build
|
||||
dist
|
||||
|
||||
# Ignore local secret files
|
||||
**/.secrets-*.yaml
|
||||
|
||||
# Ignore local SA JSON files
|
||||
**/*.sa.json
|
||||
|
||||
# JetBrains Products
|
||||
.idea/
|
||||
|
||||
# VScode local configurations
|
||||
.vscode/
|
||||
|
||||
# Xcode
|
||||
xcuserdata/
|
||||
|
||||
omnivore-app-sa-gcs*
|
||||
|
||||
# Emacs temp files
|
||||
*~
|
||||
|
||||
# code coverage files
|
||||
.nyc_output
|
||||
|
||||
# data migration file
|
||||
data.json
|
||||
|
||||
# android
|
||||
*.aab
|
||||
*.apk
|
||||
|
||||
tsconfig.tsbuildinfo
|
||||
Reference in New Issue
Block a user