Skip to content

Commit 0acaba2

Browse files
committed
improve .gitignore and remove generated files
1 parent 5bd2902 commit 0acaba2

22 files changed

+25
-1111
lines changed

.gitignore

Lines changed: 25 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,25 @@
1-
# Windows image file caches
2-
Thumbs.db
3-
ehthumbs.db
4-
5-
# Folder config file
6-
Desktop.ini
7-
8-
# Recycle Bin used on file shares
9-
$RECYCLE.BIN/
10-
11-
# Windows Installer files
12-
*.cab
13-
*.msi
14-
*.msm
15-
*.msp
16-
17-
# Windows shortcuts
18-
*.lnk
19-
20-
# =========================
21-
# Operating System Files
22-
# =========================
23-
24-
# OSX
25-
# =========================
26-
27-
.DS_Store
28-
.AppleDouble
29-
.LSOverride
30-
31-
# Thumbnails
32-
._*
33-
34-
# Files that might appear in the root of a volume
35-
.DocumentRevisions-V100
36-
.fseventsd
37-
.Spotlight-V100
38-
.TemporaryItems
39-
.Trashes
40-
.VolumeIcon.icns
41-
42-
# Directories potentially created on remote AFP share
43-
.AppleDB
44-
.AppleDesktop
45-
Network Trash Folder
46-
Temporary Items
47-
.apdisk
1+
# user-specific files
2+
*.suo
3+
*.user
4+
*.userosscache
5+
*.sln.docstates
6+
7+
# build results
8+
[Dd]ebug/
9+
[Rr]elease/
10+
[Bb]in/
11+
[Oo]bj/
12+
13+
# Visual Studio cache/options
14+
.vs/
15+
16+
# ReSharper
17+
_ReSharper*/
18+
*.[Rr]e[Ss]harper
19+
*.DotSettings.user
20+
21+
# NuGet packages
22+
*.nupkg
23+
**/packages/*
24+
*.nuget.props
25+
*.nuget.targets

.vs/OmniFarm/v14/.suo

-47 KB
Binary file not shown.

.vs/config/applicationhost.config

Lines changed: 0 additions & 1030 deletions
This file was deleted.

OmniFarm/bin/OmniFarm.7z

-24.4 KB
Binary file not shown.

OmniFarm/bin/OmniFarm/Farm_Combat.xnb

-18.6 KB
Binary file not shown.
-13.5 KB
Binary file not shown.

OmniFarm/bin/OmniFarm/OmniFarmSMAPI/manifest.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

OmniFarm/bin/Release/OmniFarm.dll

-13.5 KB
Binary file not shown.

OmniFarm/bin/Release/OmniFarm.pdb

-25.5 KB
Binary file not shown.

OmniFarm/bin/Release/manifest.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)