-
Notifications
You must be signed in to change notification settings - Fork 415
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip elixir which is now in Pro (#3230)
* Skip elixir which is now in Pro test plan: see related PR in semgrep * adding more comments in codemapignore
- Loading branch information
Showing
2 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# -*- sh -*- | ||
# gitignore-like file for Codemap (see https://github.com/aryx/codemap) | ||
# The goal here is to just show and count the rules in codemap | ||
|
||
# skipping all files, targets and rules (but rules will be restored below) | ||
[a-z]*/**/*.* | ||
|
||
# restore directories which are not languages | ||
# coupling: see scripts/run-test rule_folders variable | ||
!libsonnet/ | ||
!scripts/ | ||
!stats/ | ||
# restore also fingerprints/ ? trusted_python/ ? | ||
|
||
# do not skip the rules | ||
![a-z]*/**/*.yaml | ||
|
||
# pad stuff | ||
/TODO/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters