forked from rossoctl/serverless-harness
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (32 loc) · 786 Bytes
/
Copy path.gitignore
File metadata and controls
38 lines (32 loc) · 786 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
node_modules/
dist/
*.log
.pi/
# Secrets and credentials
.env
.env.*
.env.local
*.key
*.pem
*.p12
credentials.*
secrets.*
*kubeconfig*
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Implementation plans are local-only, ephemeral work artifacts (see docs/plans/README.md).
# They go stale the moment code merges; the durable "why" lives in docs/specs/ + docs/adrs/.
docs/plans/*
!docs/plans/README.md
# E2 writes each run's measured table here; experiments/RESULTS.md is the committed
# baseline and is no longer overwritten by a test run (see experiments/README.md).
experiments/.results/
# Workspace-only checksums. Redundant with each module go.sum, and the checksum
# database still verifies downloads without it -- one less sum file to keep in sync.
go.work.sum