Skip to content

Commit 7cd23e5

Browse files
committed
[Chore] Added missing .meta file for a .jpg file + additional .gitignore exclude copied files
1 parent 98b3787 commit 7cd23e5

File tree

3 files changed

+179
-2
lines changed

3 files changed

+179
-2
lines changed

Images/github-package-auth-require-token.jpg.meta

Lines changed: 166 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Packages/com.benoitfreslon.vibration/.gitignore

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,4 +296,15 @@ dist
296296
# ---------------------
297297

298298
node_modules.meta
299-
package-lock.json.meta
299+
package-lock.json.meta
300+
301+
# Unity untracked dirs (with ~)
302+
Samples~/
303+
Documentation~/
304+
305+
# Bash/Shell script copied dirs and files
306+
Images/
307+
Images.meta
308+
LICENSE
309+
LICENSE.meta
310+
README.*

Packages/com.benoitfreslon.vibration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "Vibration",
55
"description": "Native free plugin for Unity for Android, iOS and WebGL. Use custom vibrations/haptics on mobile.",
66
"unity": "2019.3",
7-
"version": "0.1.8",
7+
"version": "0.1.9",
88
"keywords": [],
99
"devDependencies": {
1010
"cross-var": "^1.1.0",

0 commit comments

Comments
 (0)