-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
26 lines (23 loc) · 737 Bytes
/
Copy path.gitignore
File metadata and controls
26 lines (23 loc) · 737 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
node_modules/
dist/
*.tsbuildinfo
.DS_Store
coverage/
.textui/
.dev/
brief/
# Saved state the examples write, into whatever directory they were run from.
/arcade.json
/todo.json
# textide writes its settings back as they change, so running it here leaves
# one behind. Two paths rather than a glob, for the two places it gets run
# from: a project that uses textide should commit its own, and only this
# repo's happens to be somebody's editor state.
/.textide.json
/packages/textide/.textide.json
# Somewhere to paste a snippet and have the editor typecheck it properly. The
# config is committed so the folder works; whatever gets pasted into it is not.
/scratch/*
!/scratch/tsconfig.json
!/scratch/package.json
!/scratch/README.md