We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba644b5 commit ac30860Copy full SHA for ac30860
1 file changed
OSVR-Unity/.gitignore
@@ -1,3 +1,15 @@
1
+# Don't commit a file from another project!
2
+/Assets/Plugins/OSVR.ClientKit.dll
3
+
4
+# Don't commit binaries or files like them
5
+/Assets/Plugins/x86/*
6
+/Assets/Plugins/x86_64/*.dll
7
+/Assets/Plugins/Android/**/*
8
9
+# Don't commit your UnityVS stuff
10
+/Assets/UnityVS.meta
11
+/Assets/UnityVS/**/*
12
13
# See http://kleber-swf.com/the-definitive-gitignore-for-unity-projects/
14
15
# =============== #
@@ -8,7 +20,7 @@
20
[Bb]uild
21
[Ll]ibrary/
22
sysinfo.txt
-
23
24
# ===================================== #
25
# Visual Studio / MonoDevelop generated #
26
@@ -21,7 +33,7 @@ sysinfo.txt
33
/*.user
34
/*.unityproj
35
/*.booproj
36
37
# ============ #
38
# OS generated #
27
39
0 commit comments