Skip to content

Commit 7c130b6

Browse files
committed
Update to .gitignore
1 parent 1347f10 commit 7c130b6

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

.gitignore

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
.DS_Store
2-
/[Ll]ibrary/
3-
/[Tt]emp/
4-
/[Oo]bj/
5-
/Assets/AssetStoreTools*
6-
/Build_*/
2+
*[Ll]ibrary/
3+
*[Ll]ogs/
4+
*[Tt]emp/
5+
*[Oo]bj/
6+
*Assets/AssetStoreTools*
7+
*Build_*/
78

89
# Autogenerated VS/MD solution and project files
910
ExportedObj/
@@ -22,24 +23,22 @@ ExportedObj/
2223
*.pidb.meta
2324

2425
# Unity3D-generated file from crash reports
25-
sysinfo.txt
26+
*sysinfo.txt
2627

2728
# Unity3D-generated file for Ads Settings
28-
/ProjectSettings/UnityAdsSettings.asset
29+
*ProjectSettings/UnityAdsSettings.asset
2930

3031
# Android builds
3132
*.apk
3233

3334
# Visual Studio Code settings
34-
.vscode/*
35+
*.vscode/
3536

3637
# Jetbrains Rider Code settings
37-
.idea
38-
JetBrains.meta
39-
Assets/Plugins/Editor/JetBrains
40-
/Logs
38+
*.idea
39+
*JetBrains.meta
40+
*Assets/Plugins/Editor/JetBrains
4141

4242
# Local server
4343
*.pem
44-
*/Library
45-
*/Temp
44+
*.cert

0 commit comments

Comments
 (0)