forked from charmverse/app.charmverse.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
79 lines (62 loc) · 1.09 KB
/
.gitignore
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# dependencies
node_modules
jspm_packages
/prisma
# Serverless directories
.serverless
.build
serverless/schema.prisma
serverless/*.node
# next.js
.next/
dist/
# scoutgame app
/apps/scoutgame/public/sw*
/apps/scoutgame/public/swe-worker*
/apps/scoutgame/public/builder-nfts
# Tests
/__e2e-dist__/
# production
*.zip
# test
playwright-report
# misc
.DS_Store
*.env*
!.env.*.example
# the following two lines are required to include .env files for deployment
!.ebstalk.apps.env/
!.ebstalk.apps.env/*.env
*.tsbuildinfo
./pages/api/script/*
__pycache__
scripts/exportData/exports
jsonoutputs
exported-knowledge
# cdk
cdk.out
cdk.context.json
# generated by react-env for frontend env vars
public/__ENV.js
apps/scoutgame/public/__ENV.js
apps/waitlist/public/__ENV.js
apps/sunnyawards/public/__ENV.js
apps/farcaster/public/__ENV.js
# user data
*.csv
*.tsv
.vscode/vscode-chrome-debug-userdatadir/
/depgraphs
/scripts/*.json
# debug
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
todo.md
test-results
playwright-report
playwright/.cache/
storybook-static
# Storybook dev server cache folder
.cache