Skip to content

Commit 3eb3b7c

Browse files
author
shijiashuai
committed
chore: add .gitignore for OS and editor generated files
1 parent e9f2cd9 commit 3eb3b7c

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# OS generated files
2+
.DS_Store
3+
.DS_Store?
4+
._*
5+
.Spotlight-V100
6+
.Trashes
7+
ehthumbs.db
8+
Thumbs.db
9+
desktop.ini
10+
11+
# Editor files
12+
*.swp
13+
*.swo
14+
*~
15+
.vscode/
16+
.idea/
17+
*.sublime-project
18+
*.sublime-workspace
19+
20+
# Node (if used for tooling)
21+
node_modules/

0 commit comments

Comments
 (0)