-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (33 loc) · 542 Bytes
/
.gitignore
File metadata and controls
41 lines (33 loc) · 542 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
# temporary editor files
*.swp
*.swo
*~
*.bak
# OS junk
.DS_Store
Thumbs.db
# logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Node / Playwright (site tests)
node_modules/
test-results/
playwright-report/
blob-report/
playwright/.cache/
playwright/.auth/
# build output
dist/
# auto-generated website files (produced by website/prepare-website.sh)
website/src/data/data.js
website/src/assets/demo-*.gif
# generated types
.astro/
# environment variables
.env
.env.production
# jetbrains setting folder
.idea/