Unity.gitignore 965 字节
Newer Older
1
# This .gitignore file should be placed at the root of your Unity project directory
A
Alexander Gayko 已提交
2 3 4
#
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
#
5 6 7 8 9 10
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/
11
/[Mm]emoryCaptures/
12

J
Jannes 已提交
13
# Never ignore Asset meta data
14
!/[Aa]ssets/**/*.meta
J
Jannes 已提交
15

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

19 20 21
# Autogenerated Jetbrains Rider plugin
[Aa]ssets/Plugins/Editor/JetBrains*

22
# Visual Studio cache directory
K
kilian442 已提交
23
.vs/
24

K
Kyle Smith 已提交
25 26 27
# Gradle cache directory
.gradle/

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

46 47
# Unity3D generated meta files
*.pidb.meta
48
*.pdb.meta
49
*.mdb.meta
50

51
# Unity3D generated file on crash reports
A
ahmyi 已提交
52
sysinfo.txt
53 54 55 56

# Builds
*.apk
*.unitypackage
1
1nfinite9 已提交
57 58

# Crashlytics generated file
59
crashlytics-build.properties
1
1nfinite9 已提交
60