-
-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (30 loc) · 726 Bytes
/
Copy path.gitignore
File metadata and controls
40 lines (30 loc) · 726 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
node_modules
heat-stack/node_modules
.DS_Store
.env
# Easy way to create temporary files/folders that won't accidentally be added to git
*.local.*
#local temporary folders
heat-app
venv
heat-tmp
### new
/heat-stack/build
/heat-stack/public/build
/heat-stack/server-build
/heat-stack/.env
/heat-stack/.cache
/heat-stack/tests/prisma
/heat-stack/test-results/
/heat-stack/playwright-report/
/heat-stack/playwright/.cache/
/heat-stack/tests/fixtures/email/
/heat-stack/coverage
# pyodide files
/heat-stack/public/pyodide-env/pyodide-whl.zip
# generated files
/heat-stack/app/components/ui/icons/*
# react router v7 generated types
/.react-router/
/heat-stack/tests/fixtures/openimg/
/heat-stack/tests/fixtures/uploaded/