-
-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (49 loc) · 767 Bytes
/
.gitignore
File metadata and controls
50 lines (49 loc) · 767 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
*.swp
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
data/*
data-*/*
!data-sandbox/*
data-sandbox/node_modules
!data/.empty
static/sab-stylesheet.css
static/badges
static/fonts
static/images
static/audio
static/styles
static/illustrations
static/collections
static/timings
static/backgrounds
static/watermarks
static/borders
static/clips
static/videos
static/icons
static/*.partial.html
static/manifest.json
static/assets
static/contents
static/songs
static/plans
static/quiz
static/data.sqlite
static/reversal
static/wasm
src/lib/data/catalog.js
src/lib/data/firebase-config.js
src/lib/data/config.js
src/lib/data/contents.js
vite.config.js.timestamp*
# Playwright
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/