-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (42 loc) · 741 Bytes
/
.gitignore
File metadata and controls
51 lines (42 loc) · 741 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
47
48
49
50
51
node_modules/
.DS_Store
lib/
*.tsbuildinfo
coverage/
docs/
.idea/
# macos
.DS_Store
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# These files are automatically generated by the TypeScript compiler
# during the build process and can be easily recreated.
*.d.ts
*.d.ts.map
.env
.env.*
!.env.example
*.pem
*.key
*.p12
*.pfx
secrets.*
lerna-debug.log
# Playwright
**/test-results/
**/playwright-report/
**/playwright/.cache/
**/playwright/.auth/
# Nx
.nx/cache/
.nx/workspace-data/
# Playground
packages/analytics-browser/playground/html/amplitude.js
packages/analytics-browser/playground/react-spa/public/amplitude.js
.nx/cache
.cursor/rules/nx-rules.mdc
.github/instructions/nx.instructions.md
.pnpm-store/