-
Notifications
You must be signed in to change notification settings - Fork 54
/
.gitignore
67 lines (60 loc) · 1.05 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
59
60
61
62
63
64
65
66
67
# Unity .gitignore - Deml v2021.2.0
# Source https://github.com/JohannesDeml/UnityTemplate/
## Unity generated
/.gradle/**
/Temp/**
/Library/**
/obj/**
/Packages/*/**
/Packages/*.meta
/Logs/**
/UserSettings/**
# Visual Studio / Rider / MonoDevelop generated
/ExportedObj/**
/obj
/.vs/**
*.svd
*.userprefs
*.csproj
*.csproj.meta
*.pidb
*.suo
*.sln
*.user
*.unityproj
*.booproj
*.csproj
*.cache
*Resharper*
*ReSharper*
*.orig
*.orig.*
*sln*
.idea/**
/Assets/Plugins/Editor/Jetbrains/*
/Assets/Plugins/Editor/Jetbrains.meta
*.blend1
# OS generated
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
report.xml
# WebGL Publisher
/WebGL Builds/**
connectwebgl.zip
# Optional, but I don't like having my build folder added to this public repo
ProjectSettings/Packages/com.unity.connect.share/Settings.json
# Custom
/Builds/**
/Data/**
/Recordings/**
/Assets/_Project/Preferences/Editor/Credentials/**
/Assets/_Project/Preferences/Editor/Credentials.meta
/Assets/Temp/**
/Assets/Temp.meta
/.sonarqube
ProjectSettings/RiderScriptEditorPersistedState.asset