Skip to content
Snippets Groups Projects
Commit 7f432ef4 authored by icest's avatar icest
Browse files

update gitignore to include README.md and related files

parent 20829780
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,10 @@
*
!*/
# Do not ignore README.md and related files.
!README.md
!/readme_images/**
# Do not ignore git files in the root of the repo.
!/.git*
......
# How to set up the project?
- Clone
- Re-generate VS project file
![image.png](readme_images/image.png)
- Double-click the VS solution file(sln)
- Go to `Jump_1Runtime.cpp` and `Jump_1Runtim.h` and make sure what’s after `#include` points to your Unreal Engine Install location
![image.png](readme_images/image%201.png)
- Don't forget to check out to a new branch before you start playing around!
\ No newline at end of file
readme_images/image 1.png

130 B

readme_images/image.png

130 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment