Skip to content

Commit 25bbdc2

Browse files
committed
Refactor .gitignore
1 parent 1e1955c commit 25bbdc2

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.gitignore

+4-12
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
1-
# Logs
21
logs/
3-
*.log
4-
npm-debug.log*
5-
6-
# Dependency directory
72
node_modules/
8-
9-
# Build directory
103
out/
11-
12-
# Visual Studio Code's user directories
13-
.vscode*
14-
15-
# Visual Studio Code Extension package
4+
*.log
165
*.vsix
6+
.DS_Store
7+
.vscode*
8+
yarn.lock

0 commit comments

Comments
 (0)