1 Star 3 Fork 0

个人收藏室/semgrep

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.semgrepignore 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
# Items added to this file will be ignored by bento.
#
# This file uses .gitignore syntax:
#
# To ignore a file anywhere it occurs in your project, enter a
# glob pattern here. E.g. "*.min.js".
#
# To ignore a directory anywhere it occurs in your project, add
# a trailing slash to the file name. E.g. "dist/".
#
# To ignore a file or directory only relative to the project root,
# include a slash anywhere except the last character. E.g.
# "/dist/", or "src/generated".
#
# Some parts of .gitignore syntax are not supported, and patterns
# using this syntax will be dropped from the ignore list:
# - Explicit "include syntax", e.g. "!kept/".
# - Multi-character expansion syntax, e.g. "*.py[cod]"
#
# To include ignore patterns from another file, start a line
# with ':include', followed by the path of the file. E.g.
# ":include path/to/other/ignore/file".
#
# To ignore a file with a literal ':' character, escape it with
# a backslash, e.g. "\:foo".
# Ignore git items
.gitignore
.git/
:include .gitignore
semgrep-core/tests/
# submodule, generated code
semgrep-core/ocaml-tree-sitter-lang/
pfff/
semgrep/tests/e2e/targets/
semgrep/tests/performance/targets/
semgrep/tests/e2e/snapshots/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/software-reverse-engineering/semgrep.git
[email protected]:software-reverse-engineering/semgrep.git
software-reverse-engineering
semgrep
semgrep
EJ-2307-php-metavar

搜索帮助