Skip to content

Commit

Permalink
Merge pull request #25 from thuongtruong1009/parent-main
Browse files Browse the repository at this point in the history
fix: update package json and gitignore
  • Loading branch information
thuongtruong1009 authored Nov 6, 2021
2 parents d2f1efe + 40119a6 commit 4660c1f
Show file tree
Hide file tree
Showing 3 changed files with 14,468 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ charset = utf-8

[*.{json,js,css,scss,yml,htm,html}]
indent_style = space
indent_size = 2
indent_size = 4

[*.{md,mdown,markdown}]
trim_trailing_whitespace = false
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
.DS_Store
node_modules
/dist
.DS_Store
dist
dist-ssr

# local env files
.env.local
Expand All @@ -19,4 +22,4 @@ pnpm-debug.log*
*.ntvs*
*.njsproj
*.sln
*.sw?
*.sw?
Loading

0 comments on commit 4660c1f

Please sign in to comment.