-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (37 loc) · 647 Bytes
/
Copy path.gitignore
File metadata and controls
46 lines (37 loc) · 647 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
# Rust
engine/target/
# WASM build output
packages/core/pkg/
packages/core/pkg-web/
packages/core/pkg-node/
packages/go-sdk/templates/forme.wasm
packages/python-sdk/formepdf/forme.wasm
# VS Code extension build artifacts
packages/vscode/pkg/
*.vsix
# Node
node_modules/
dist/
# OS
.DS_Store
Thumbs.db
# Editor
.vscode/
.idea/
*.swp
*.swo
# Environment
.env
.env.*
# Scripts (local dev only; CI helpers under .github/scripts/ and
# per-package scripts/ dirs that ship in npm tarballs are tracked)
scripts/
!.github/scripts/
!.github/scripts/**
!packages/*/scripts/
!packages/*/scripts/**
# Scratch files
test-*.tsx
test-*.json
/tmp/
*.pdf