Skip to content

Commit

Permalink
3.1 .vscode, .gitignore #3
Browse files Browse the repository at this point in the history
  • Loading branch information
trydofor committed Apr 8, 2024
1 parent 217661f commit d35745f
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 87 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
charset = utf-8-bom
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
30 changes: 14 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Specifies intentionally untracked files to ignore when using Git
# http://git-scm.com/docs/gitignore

## temp
*~
*.sw[mnpcod]
.tmp
Expand All @@ -13,20 +11,20 @@ Thumbs.db
UserInterfaceState.xcuserstate
$RECYCLE.BIN/

## log
*.log
log.txt
npm-debug.log*
logs/

/.idea
/.ionic
/.sass-cache
/.sourcemaps
/.versions
/.vscode/*
!/.vscode/extensions.json
/coverage
/dist
/node_modules
/platforms
/plugins
/www
## project
.idea/
.ionic/
.sass-cache/
.sourcemaps/
.versions/
coverage/
node_modules/
dist/
platforms/
plugins/
File renamed without changes.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"files.encoding": "utf8bom",
"files.autoGuessEncoding": true
}
32 changes: 0 additions & 32 deletions packages/front-desktop/.gitignore

This file was deleted.

32 changes: 0 additions & 32 deletions packages/front-mobile/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions packages/front-mobile/.vscode/extensions.json

This file was deleted.

2 changes: 1 addition & 1 deletion readme-zh.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 剃刀 - 跨平台的套壳的电棍
# 剃刀 - 跨平台的套壳的电棍

> 中文 🇨🇳 | [English 🇺🇸](readme.md)
>
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Razor - CrossPlatform Hybrid Starter
# Razor - CrossPlatform Hybrid Starter

> English 🇺🇸 | [中文 🇨🇳](readme-zh.md)
>
Expand Down

0 comments on commit d35745f

Please sign in to comment.