Unity.gitignore 737 字节
Newer Older
M
Matthew Wallace 已提交
1 2 3 4 5
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
[Bb]uild/
[Bb]uilds/
6
[Ll]ogs/
7

J
Jannes 已提交
8 9 10
# Never ignore Asset meta data
![Aa]ssets/**/*.meta

11 12
# Uncomment this line if you wish to ignore the asset store tools plugin
# [Aa]ssets/AssetStoreTools*
J
Jakub Stasiak 已提交
13

A
A. E. Szalo 已提交
14 15 16
# TextMesh Pro files
[Aa]ssets/TextMesh*Pro/

17
# Visual Studio cache directory
K
kilian442 已提交
18
.vs/
19

K
Kyle Smith 已提交
20 21 22
# Gradle cache directory
.gradle/

23
# Autogenerated VS/MD/Consulo solution and project files
24
ExportedObj/
25
.consulo/
26 27 28 29
*.csproj
*.unityproj
*.sln
*.suo
30
*.tmp
31 32 33 34
*.user
*.userprefs
*.pidb
*.booproj
35
*.svd
R
Roger 已提交
36
*.pdb
37
*.mdb
O
Owen Blacker 已提交
38
*.opendb
39
*.VC.db
40

41 42
# Unity3D generated meta files
*.pidb.meta
43
*.pdb.meta
44
*.mdb.meta
45

46
# Unity3D generated file on crash reports
A
ahmyi 已提交
47
sysinfo.txt
48 49 50 51

# Builds
*.apk
*.unitypackage
1
1nfinite9 已提交
52 53

# Crashlytics generated file
54
crashlytics-build.properties
1
1nfinite9 已提交
55