Skip to content
This repository was archived by the owner on Feb 22, 2025. It is now read-only.

Commit b366a95

Browse files
committed
added git-related files
1 parent 8eb771d commit b366a95

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.gitignore

+11-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# dependencies
44
/node_modules
5+
/_node_modules
56
/.pnp
67
.pnp.js
78

@@ -23,13 +24,21 @@
2324
npm-debug.log*
2425
yarn-debug.log*
2526
yarn-error.log*
26-
.pnpm-debug.log*
2727

2828
# local env files
29-
.env*.local
29+
.env.local
30+
.env.development.local
31+
.env.test.local
32+
.env.production.local
3033

3134
# vercel
3235
.vercel
3336

3437
# typescript
3538
*.tsbuildinfo
39+
40+
# generated files
41+
**/public/workbox-*.js
42+
**/public/sw.js
43+
**/public/fallback-*.js
44+
**/public/sitemap-*.xml

0 commit comments

Comments
 (0)