Skip to content

Commit

Permalink
202407242309
Browse files Browse the repository at this point in the history
  • Loading branch information
Remote committed Jul 24, 2024
1 parent c7b3a18 commit fc37560
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 63 deletions.
19 changes: 13 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
# 忽略所有.DS_Store
.DS_Store
#
# 忽略.vscode
.vscode
# 忽略所有.default.html
*.default.html
# 忽略所有.scss
*.scss
# 忽略所有.js 僅保留.min.js
*.js
!*.min.js
# 忽略vscode 工作台
# 忽略.ts
**/typescript/*.ts
# 忽略 vscode 工作台
*.code-workspace
# 忽略Folder Icon
# 忽略 Folder Icon
Icon?
# 忽略sh
clear.sh
reset.sh
# 忽略 npm 套件
**/node_modules/*
package-lock.json
package.json
terser.cache.json
terser.config.json

**/js/*.md
16 changes: 0 additions & 16 deletions package.json

This file was deleted.

1 change: 0 additions & 1 deletion terser.cache.json

This file was deleted.

40 changes: 0 additions & 40 deletions terser.config.json

This file was deleted.

0 comments on commit fc37560

Please sign in to comment.