Skip to content

Commit c81d6b6

Browse files
authored
Merge pull request #20 from smilexin/dev/1.0.0
Add .gitignore
2 parents 78e37a3 + 7379c10 commit c81d6b6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
examples/build-mac/
2+
examples/build-ios/
3+
examples/build-android/
4+
examples/build-linux/
5+
examples/build-windows/
6+
examples/build-web/
7+
include/.DS_Store
8+
lib/.DS_Store
9+
examples/.DS_Store
10+
.vscode/
11+
include/__pycache__/
12+
examples/out.txt
13+
14+
15+

0 commit comments

Comments
 (0)