Skip to content

Commit 34ed1f5

Browse files
committed
corrections
1 parent bc52728 commit 34ed1f5

13 files changed

+20
-713
lines changed

.gitignore

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1-
# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig
1+
# Dependencies
2+
node_modules
23

3-
# Created by https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode
4-
# Edit at https://www.toptal.com/developers/gitignore?templates=windows,visualstudiocode
4+
# Optional - Ignore build or distribution folders
5+
dist
6+
build
7+
8+
# Optional - Environment files
9+
.env
10+
.env.*
11+
12+
# Optional - Logs
13+
npm-debug.log
14+
yarn-debug.log
15+
yarn-error.log
16+
pnpm-debug.log
517

618
### VisualStudioCode ###
719
.vscode/*
@@ -55,3 +67,4 @@ $RECYCLE.BIN/
5567
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
5668

5769
notes.md
70+
```

.rubocop.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"IDX.aI.enableInlineCompletion": true,
3+
"IDX.aI.enableCodebaseIndexing": true
4+
}

_config.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

_includes/head-custom-google-analytics.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

_includes/head-custom.html

Lines changed: 0 additions & 9 deletions
This file was deleted.

_layouts/default.html

Lines changed: 0 additions & 56 deletions
This file was deleted.

_layouts/post.html

Lines changed: 0 additions & 14 deletions
This file was deleted.

_sass/fonts.scss

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)