forked from PRQL/prql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
48 lines (37 loc) · 785 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.DS_Store
dist
target*/
*.out
*.log
lcov.info
*.profraw
**/.vscode/settings.json
**/.vscode/launch.json
**/.vscode/tasks.json
.idea
_*.prql
/*.prql
/*.sql
_*.sql
# Appears when using Docker container
.Trash-0
**/node_modules/
.task
.direnv
*.snap.tmp
# These shouldn't be committed, and cause watchers to re-run when they're
# created, which we don't want. That said, if ignoring them causes confusion
# (e.g. folks look at their git status to assess whether there are pending
# snapshots), we can adjust.
*.pending-snap
*.snap.new
*.my.csv
cobertura.xml
codecov.json
.envrc
# Some paths we don't want to include. We could ignore these further down the
# tree, but prettier relies on this file rather than resolving all the way down.
**/.venv
**/.nox
**/vendor
.mypy_cache/