Skip to content

Commit bc1f521

Browse files
committed
Move old dotfiles into Jekyll folder. #152
1 parent 27aa5ae commit bc1f521

File tree

10 files changed

+3
-3
lines changed

10 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.gitignore renamed to jekyll/.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ _config_netlify.yml
77
/.vscode
88
node_modules
99
*.gen.md
10-
*.*env*
File renamed without changes.
File renamed without changes.
File renamed without changes.

next/.gitignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ yarn-debug.log*
2525
yarn-error.log*
2626
.pnpm-debug.log*
2727

28-
# local env files
29-
.env*.local
28+
# env files, save for example file with no creds
29+
*.*env*
30+
!.env.example
3031

3132
# vercel
3233
.vercel

0 commit comments

Comments
 (0)