This repository has been archived by the owner on Jun 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
.gitignore
58 lines (50 loc) · 2.25 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# ============================================================================ #
# VR Developer Nanodegree | Unity Gitignore Rules Revision 02/14/2018 #
# ============================================================================ #
# #
# - Assumes the Unity project folder is an immediate child of the repository #
# root directory. #
# - Assumes miscellaneous folders such as, for example, a manually created #
# folder for storing builds are created in the repository root directory and #
# not inside the Unity project folder. #
# - Includes OS generated ignore rules for macOS and Windows typically defined #
# within the global ignore rules. #
# #
# ============================================================================ #
# ============================================================================ #
# OS Generated #
# ============================================================================ #
.DS_Store
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
[Tt]humbs.db
[Dd]esktop.ini
# ============================================================================ #
# Unity Generated #
# ============================================================================ #
*/[Tt]emp/
*/[Ll]ibrary/
*/[Oo]bj/
*/sysinfo.txt
*/*.stackdump
# ============================================================================ #
# Visual Studio / MonoDevelop Generated #
# ============================================================================ #
*/.vs/
[Ee]xported[Oo]bj/
*.userprefs
*.csproj
*.pidb
*.suo
*.sln
*.user
*.unityproj
*.booproj
# ============================================================================ #
# Common Repository Child Directories #
# ============================================================================ #
/[Bb]uild/
/[Bb]uilds/