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

Commit 51b927e

Browse files
author
Furkan Kambay
authored
Update .gitignore
1 parent 1cfcaad commit 51b927e

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

src/GitHub.Api/Resources/.gitignore

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
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/
7+
Assets/AssetStoreTools*
68

7-
/Assets/AssetStoreTools*
9+
# Visual Studio cache directory
10+
.vs/
811

9-
# Visual Studio 2015 cache directory
10-
/.vs/
12+
# Gradle cache directory
13+
.gradle/
1114

1215
# Autogenerated VS/MD/Consulo solution and project files
1316
ExportedObj/
@@ -23,14 +26,16 @@ ExportedObj/
2326
*.booproj
2427
*.svd
2528
*.pdb
26-
29+
*.opendb
30+
*.VC.db
2731

2832
# Unity3D generated meta files
2933
*.pidb.meta
34+
*.pdb.meta
3035

31-
# Unity3D Generated File On Crash Reports
36+
# Unity3D generated file on crash reports
3237
sysinfo.txt
3338

3439
# Builds
3540
*.apk
36-
*.unitypackage
41+
*.unitypackage

0 commit comments

Comments
 (0)