Skip to content

Commit 377c22c

Browse files
committed
add comments to .gitignore
1 parent 6063cb1 commit 377c22c

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

Diff for: .gitignore

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
docs
2-
node_modules
3-
examples/__test
4-
p5soundnotes
1+
# Apple
52
*.DS_Store
3+
4+
# npm
5+
node_modules
6+
7+
# Visual Studio
68
.vscode
9+
10+
# others
11+
docs
12+
examples/__test
713
lib/p5.*
14+
p5soundnotes
15+

0 commit comments

Comments
 (0)