Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

Commit 6a64c41

Browse files
committed
update gitignore
1 parent fcf2035 commit 6a64c41

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

‎.env

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
NEXT_PUBLIC_TEST_PAGE_VAR=TEST_PAGE_PROP
2+
NEXT_PUBLIC_THEME_COLOR=#FFFFFF
3+
NEXT_PUBLIC_MANIEFST_PATH=/manifest.json
4+
NEXT_PUBLIC_ICON_192_PATH=/icons/icon192x192.png
5+
NEXT_PUBLIC_ICON_512_PATH=/icons/icon512x512.png
6+
NEXT_PUBLIC_FAV_ICON_PATH=/icons/favicon.ico

‎.env.production

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
NEXT_PUBLIC_LINK_PREFIX=/github_sql_pwa

‎.env.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
NEXT_PUBLIC_TEST_PAGE_VAR=TEST_TEST_PAGE_PROP

‎.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@ coverage
44
.DS_Store
55
public/build/*
66
*.log
7-
.env
8-
.env.*
97
.env*.local
108
out/
119
public/workbox-*.js
1210
public/sw.js
1311
public/work-*.js
1412
public/manifest.json
15-
env

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /