-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (45 loc) · 760 Bytes
/
Copy path.gitignore
File metadata and controls
54 lines (45 loc) · 760 Bytes
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
# ======= Unity generated files =======
/Library/
/Temp/
/Obj/
/Build/
/Builds/
/Assets/AssetStoreTools*
/UserSettings/
# ======= Autogenerated VS/MD solution and project files =======
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
# ======= Visual Studio cache directory =======
.vs/
# ======= Visual Studio Code cache directory =======
.vscode/
# ======= Rider cache directory =======
.idea/
# ======= Unity3D resource server cache directory =======
/AssetServerCache/
# ======= Compressed textures =======
*.dds
# ======= Autogenerated folders =======
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
# ======= OS generated files =======
.DS_Store*
._*
*.swp
*.lock
*Thumbs.db
*.orig
# ======= Other =======
*.moved
*.db
*.db*
*.log
*.cache