Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit c34d0c1

Browse files
authored
Merge pull request #992 from FurkanKambay/patch-1
Update the generated .gitignore
2 parents 8044595 + 3eebe15 commit c34d0c1

File tree

1 file changed

+23
-11
lines changed

1 file changed

+23
-11
lines changed

src/GitHub.Api/Resources/.gitignore

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
1-
/[Ll]ibrary/
2-
/[Tt]emp/
3-
/[Oo]bj/
4-
/[Bb]uild/
5-
/[Bb]uilds/
1+
[Ll]ibrary/
2+
[Tt]emp/
3+
[Oo]bj/
4+
[Bb]uild/
5+
[Bb]uilds/
6+
[Ll]ogs/
67

7-
/Assets/AssetStoreTools*
8+
# Uncomment this line if you wish to ignore the asset store tools plugin
9+
# [Aa]ssets/AssetStoreTools*
810

9-
# Visual Studio 2015 cache directory
10-
/.vs/
11+
# Visual Studio cache directory
12+
.vs/
13+
14+
# Gradle cache directory
15+
.gradle/
1116

1217
# Autogenerated VS/MD/Consulo solution and project files
1318
ExportedObj/
@@ -23,14 +28,21 @@ ExportedObj/
2328
*.booproj
2429
*.svd
2530
*.pdb
26-
31+
*.mdb
32+
*.opendb
33+
*.VC.db
2734

2835
# Unity3D generated meta files
2936
*.pidb.meta
37+
*.pdb.meta
38+
*.mdb.meta
3039

31-
# Unity3D Generated File On Crash Reports
40+
# Unity3D generated file on crash reports
3241
sysinfo.txt
3342

3443
# Builds
3544
*.apk
36-
*.unitypackage
45+
*.unitypackage
46+
47+
# Crashlytics generated file
48+
crashlytics-build.properties

0 commit comments

Comments
 (0)