-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (36 loc) · 779 Bytes
/
.gitignore
File metadata and controls
46 lines (36 loc) · 779 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.cache/
bin/
dist/
node_modules
__pycache__/
.DS_Store
*renv/
*.venv/
.envrc
# Visual Studio Code
.vscode/*
!.vscode/recommended.settings.json
!.vscode/launch.json
!.vscode/tasks.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Workbench
test/e2e/content-workspace/.duckdb/
test/e2e/content-workspace/.ipython/
test/e2e/content-workspace/.local/
test/e2e/content-workspace/.positron-server/
test/e2e/content-workspace/.vscode-server/
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions
*.vsix
.pnpm-store
.Rproj.user
# Possible e2e tests deployment assets
test/e2e/content-workspace/**/.posit
screenshots/
videos/
test/e2e/.venv/
test/e2e/**/.positron_workspace
# license files should not be commited to this repository
*.lic