-
-
Notifications
You must be signed in to change notification settings - Fork 621
Expand file tree
/
Copy path.telescope_ignore
More file actions
24 lines (23 loc) · 922 Bytes
/
.telescope_ignore
File metadata and controls
24 lines (23 loc) · 922 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Lua Patterns - Special Characters That Require `%`
# +-----------+-------------------------------+
# | `%` | Escape character itself |
# | `.` | Matches any character |
# | `^` | Anchors the start of a string |
# | `$` | Anchors the end of a string |
# | `(` `)` | Capturing groups |
# | `[` `]` | Character sets |
# | `*` | Wildcard repetition |
# | `+` | One or more |
# | `-` | Non-greedy repetition |
# | `?` | Matches 0 or 1 |
# +-----------+-------------------------------+
yarn.lock
grafast/dataplan%-pg/__tests__/.*%.mermaid
postgraphile/postgraphile/__tests__/.*%.mermaid
postgraphile/postgraphile/__tests__/.*%.export%.mjs
.*/__tests__/.*%.json5
.*/__tests__/.*%.snap
.*/fwd/.*
# If you only want source files
# [a-z-]+/[a-z-]+/_*tests_*/.*
# [a-z-]+/website/.*