Add .gitignore (#3)
Browse files- Add .gitignore (2de8703cecca0542f7a3f6a95f92db5afaf186d7)
Co-authored-by: yang <[email protected]>
- .gitignore +12 -0
.gitignore
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|