김다솜

change gitignore

Showing 1 changed file with 12 additions and 68 deletions
1 -# This .gitignore file should be placed at the root of your Unity project directory
2 -#
3 -# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
4 -#
5 -/[Ll]ibrary/
6 -/[Tt]emp/
7 -/[Oo]bj/
8 -/[Bb]uild/
9 -/[Bb]uilds/
10 -/[Ll]ogs/
11 -/[Uu]ser[Ss]ettings/
12 -
13 -# MemoryCaptures can get excessive in size.
14 -# They also could contain extremely sensitive data
15 -/[Mm]emoryCaptures/
16 -
17 -# Uncomment this line if you wish to ignore the asset store tools plugin
18 -# /[Aa]ssets/AssetStoreTools*
19 -
20 -# Autogenerated Jetbrains Rider plugin
21 -/[Aa]ssets/Plugins/Editor/JetBrains*
22 -
23 -# Visual Studio cache directory
24 -.vs/
25 -
26 -# Gradle cache directory
27 -.gradle/
28 -
29 -# Autogenerated VS/MD/Consulo solution and project files
30 -ExportedObj/
31 -.consulo/
32 -*.csproj
33 -*.unityproj
34 -*.sln
35 -*.suo
36 -*.tmp
37 -*.user
38 -*.userprefs
39 -*.pidb
40 -*.booproj
41 -*.svd
42 -*.pdb
43 -*.mdb
44 -*.opendb
45 -*.VC.db
46 -
47 -# Unity3D generated meta files
48 -*.pidb.meta
49 -*.pdb.meta
50 -*.mdb.meta
51 -
52 -# Unity3D generated file on crash reports
53 -sysinfo.txt
54 -
55 -# Builds
56 -*.apk
57 -*.aab
58 -*.unitypackage
59 -
60 -# Crashlytics generated file
61 -crashlytics-build.properties
62 -
63 -# Packed Addressables
64 -/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
65 -
66 -# Temporary auto-generated Android Assets
67 -/[Aa]ssets/[Ss]treamingAssets/aa.meta
68 -/[Aa]ssets/[Ss]treamingAssets/aa/*
...\ No newline at end of file ...\ No newline at end of file
1 +[Ll]ibrary/
2 +[Tt]emp/
3 +[Oo]bj/
4 +# Autogenerated VS/MD solution and project files
5 +/*.csproj
6 +/*.unityproj
7 +/*.sln
8 +/*.suo
9 +/*.user
10 +/*.userprefs
11 +/*.pidb
12 +/*.booproj
...\ No newline at end of file ...\ No newline at end of file
......