A silly little game where a robot drives an ambulance.
1# Visual Studio 2015 user specific files
2.vs/
3
4# Compiled Object files
5*.slo
6*.lo
7*.o
8*.obj
9
10# Precompiled Headers
11*.gch
12*.pch
13
14# Compiled Dynamic libraries
15*.so
16*.dylib
17*.dll
18
19# Fortran module files
20*.mod
21
22# Compiled Static libraries
23*.lai
24*.la
25*.a
26*.lib
27
28# Executables
29*.exe
30*.out
31*.app
32*.ipa
33
34# These project files can be generated by the engine
35*.xcodeproj
36*.xcworkspace
37*.sln
38*.suo
39*.opensdf
40*.sdf
41*.VC.db
42*.VC.opendb
43
44# Precompiled Assets
45SourceArt/**/*.png
46SourceArt/**/*.tga
47
48# Binary Files
49Binaries/*
50Plugins/*/Binaries/*
51
52# Builds
53Build/*
54
55# Whitelist PakBlacklist-<BuildConfiguration>.txt files
56!Build/*/
57Build/*/**
58!Build/*/PakBlacklist*.txt
59
60# Don't ignore icon files in Build
61!Build/**/*.ico
62
63# Built data for maps
64*_BuiltData.uasset
65
66# Configuration files generated by the Editor
67Saved/*
68
69# Compiled source files for the engine to use
70Intermediate/*
71Plugins/*/Intermediate/*
72
73# Cache files for the editor to use
74DerivedDataCache/*
75
76######################
77# Visual Studio Code #
78######################
79.vscode/*
80!.vscode/settings.json
81!.vscode/tasks.json
82!.vscode/launch.json
83!.vscode/extensions.json
84!.vscode/*.code-snippets
85
86# Local History for Visual Studio Code
87.history/
88
89# Built Visual Studio Code Extensions
90*.vsix
91
92.vscode/
93
94###########
95# Project #
96###########
97Package/