Skip to content

Commit 1eed92d

Browse files
committed
vc: clean up
1 parent f37ae41 commit 1eed92d

File tree

1 file changed

+22
-27
lines changed

1 file changed

+22
-27
lines changed

.gitignore

Lines changed: 22 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,43 @@
11
# ignore the those directory
2-
/.git
3-
/.vs
4-
/.vscode
5-
/Temp
6-
/Build
7-
/Library
8-
/Logs
9-
/obj
10-
/Tutorials
11-
/Publish
12-
/UserSettings
2+
.git/
3+
.vs/
4+
.vscode/
5+
Temp/
6+
Build/
7+
Library/
8+
Logs/
9+
obj/
10+
Tutorials/
11+
Publish/
12+
UserSettings/
1313

1414
# 3rd party plugins
15-
/Assets/GaussianBlur
15+
/Assets/GaussianBlur/
1616
/Assets/GaussianBlur.*
17-
/Assets/Infinity Code
17+
/Assets/Infinity Code/
1818
/Assets/Infinity Code.*
19-
/Assets/MyBox
19+
/Assets/MyBox/
2020
/Assets/MyBox.*
21-
/Assets/LogViewer
21+
/Assets/LogViewer/
2222
/Assets/LogViewer.*
23-
/Assets/SpriteMask
23+
/Assets/SpriteMask/
2424
/Assets/SpriteMask.*
25-
/Assets/StandaloneFileBrowser
25+
/Assets/StandaloneFileBrowser/
2626
/Assets/StandaloneFileBrowser.*
27-
/Assets/TextMesh Pro
27+
/Assets/TextMesh Pro/
2828
/Assets/TextMesh Pro.*
29-
/Assets/UI-Polygon
29+
/Assets/UI-Polygon/
3030
/Assets/UI-Polygon.*
3131

3232
# ignore build info
33-
/Assets/StreamingAssets/build_info
34-
/Assets/StreamingAssets/build_info.*
33+
/Assets/StreamingAssets/build_info*
3534

3635
# ignore plugin for Unity built-in functionalities.
37-
/Assets/Plugins
36+
/Assets/Plugins/
3837
/Assets/Plugins.meta
3938

40-
# ignore webcam images
41-
/Assets/JCS_GameData/WebcamShot
42-
/Assets/JCS_GameData/WebcamShot.*
43-
4439
# don't include the video.
45-
/Video
40+
Video/
4641

4742
# ignore the following extension file
4843
*.svd

0 commit comments

Comments
 (0)