-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (42 loc) · 764 Bytes
/
.gitignore
File metadata and controls
53 lines (42 loc) · 764 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
52
53
node_modules
test-results
.playwright-mcp
.claude
# Output
.output
.vercel
.netlify
.wrangler
.svelte-kit
build
dist
dist-iife
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
*storybook.log
storybook-static
coverage/
playwright-report/
# Generated API documentation build output
apps/api-docs/dist/
# Website lives in its own repo (../flowdrop-website), symlinked here
apps/website
# Rust backend lives in its own repo (../flowdrop-rs), symlinked here
apps/flowdrop-rs
# Hosting config lives in its own repo (../flowdrop-hosting-static-sites), symlinked here
apps/hosting-static-sites
# Hide ralph folders
/scripts/ralph
/ralph
/tasks
# Hide screenshots in git root
/*.png