forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (37 loc) · 1.03 KB
/
.gitignore
File metadata and controls
44 lines (37 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# user-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
# build results
[Dd]ebug/
[Rr]elease/
[Bb]in/
[Oo]bj/
_releases/
# Visual Studio cache/options
.vs/
# ReSharper
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# NuGet packages
*.nupkg
**/packages/*
*.nuget.props
*.nuget.targets
# vanilla map tilesheets
CentralStation/\[CP\] CentralStation/assets/maps/desert_festival_tilesheet.png
CentralStation/\[CP\] CentralStation/assets/maps/Festivals.png
CentralStation/\[CP\] CentralStation/assets/maps/MovieTheater_TileSheet.png
CentralStation/\[CP\] CentralStation/assets/maps/paths.png
CentralStation/\[CP\] CentralStation/assets/maps/pirates_tilesheet.png
CentralStation/\[CP\] CentralStation/assets/maps/townInterior.png
CentralStation/\[CP\] CentralStation/assets/maps/walls_and_floors.png
SmallBeachFarm/assets/paths.png
SmallBeachFarm/assets/spring_beach.png
SmallBeachFarm/assets/spring_island_tilesheet_1.png
SmallBeachFarm/assets/spring_outdoorsTileSheet.png
SmallBeachFarm/assets/spring_town.png
# JetBrains Rider
.idea/