1 Star 0 Fork 0

studyzy/blockscout

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
Viktor Baranov 提交于 2023-12-06 20:26 . Open ports of services
# App artifacts
/_build
/apps/*/cover
/apps/*/logs
/cover
/db
/deps
/doc
/*.ez
/logs
# mix dialyzer artifacts
/priv/plts
# Generated on crash by the VM
erl_crash.dump
dump.rdb
# Generated on crash by NPM
npm-debug.log
# Static artifacts
/apps/**/node_modules
# Since we are building assets from assets/,
# we ignore priv/static. You may want to comment
# this depending on your deployment strategy.
/apps/*/priv/static/
# Files matching config/*.secret.exs pattern contain sensitive
# data and you should not commit them into version control.
#
# Alternatively, you may comment the line below and commit the
# secrets files as long as you replace their contents by environment
# variables.
/apps/*/config/*.secret.exs
# Wallaby screenshots
screenshots/
# Sobelow
.sobelow
# osx
.DS_Store
dump.rdb
# mix phx.gen.cert self-signed certs for dev
/apps/block_scout_web/priv/cert
/docker-compose/services/blockscout-db-data
/docker-compose/services/stats-db-data
/docker-compose/services/redis-data
/docker-compose/services/logs
/docker-compose/tmp
.idea/
*.iml
.vscode
**.dec**
*.env
*.env.example
*.env.local
*.env.staging
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/studyzy/blockscout.git
git@gitee.com:studyzy/blockscout.git
studyzy
blockscout
blockscout
master

搜索帮助