-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (39 loc) · 532 Bytes
/
.gitignore
File metadata and controls
43 lines (39 loc) · 532 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
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Dependency directory
node_modules
# Misc
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Vercel
.next
.now
.vercel
# Project specific
.codacy-coverage
.env
.env.local
.type-coverage
tsconfig.tsbuildinfo
/cms
/coverage
/email/*.html
/dist
/public/houdini
/public/sitemap*.xml
/public/sw.js
/public/sw.js.map
/public/workbox-*.js
/public/workbox-*.js.map
/public/fallback-*.js
/src/data/open-source-projects/*.md
/src/data/updated-at.ts