-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
62 lines (50 loc) · 951 Bytes
/
.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
# -------General ignore patterns (for all subfolders of the repo)------- #
# Dependencies
**/node_modules
**/.pnp
**/.pnp.js
# Secrets
**/.env
**/.env.local
**/.env.development.local
**/.env.test.local
**/.env.production.local
**/.env.staging.local
# Firebase service accounts
**/*service-account.json
# Misc. .log files
**/npm-debug.log*
**/.pnpm-debug.log*
**/yarn-debug.log*
**/yarn-error.log*
**/build-storybook.log*
**/*.log
**/build.output
**/deploy.output
# Runtime data
**/*.pid
**/*.seed
**/*.pid.lock
# IDE specific
**/.vscode
# OS specific
**/.DS_Store
# Production build or library dist files
**/dist
**/build
**/storybook-static
# -------Ignored contents of the root of the repo------- #
# Firebase cache
.firebase/
.emulators-data
# Firebase log files
firebase*.log
firestore*.log
ui-debug.log
# Rush temporary files
common/deploy/
common/temp/
common/autoinstallers/*/.npmrc
**/.rush/temp/
# Temp dev files
firestore-backup