Skip to content

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and crocuis committed Apr 10, 2017
1 parent 6d68760 commit e7f6a79
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 185 deletions.
75 changes: 2 additions & 73 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,76 +3,5 @@ Saved/*
Intermediate/*
DerivedDataCache/*
Content/*
!Content/Scripts/
Content/Scripts/node_modules

# Visual Studio 2015 user specific files
.vs/

# Visual Studio 2015 database file
*.VC.db

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app
*.ipa

# These project files can be generated by the engine
*.xcodeproj
*.xcworkspace
*.sln
*.suo
*.opensdf
*.sdf
*.VC.db
*.VC.opendb

# Precompiled Assets
SourceArt/**/*.png
SourceArt/**/*.tga

# Binary Files
Binaries/*

# Builds
Build/*

# Don't ignore icon files in Build
!Build/**/*.ico

# Built data for maps
*_BuiltData.uasset

# Configuration files generated by the Editor
Saved/*

# Compiled source files for the engine to use
Intermediate/*

# Cache files for the editor to use
DerivedDataCache/*
!Content/Scripts
Content/Scripts/node_modules
10 changes: 5 additions & 5 deletions Demo.uproject
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"FileVersion": 3,
"EngineAssociation": "4.15",
"EngineAssociation": "4.13",
"Category": "",
"Description": "",
"Modules": [
"Plugins": [
{
"Name": "Demo",
"Type": "Runtime",
"LoadingPhase": "Default"
"Name": "UnrealJS",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/be751eedc4a14cc09e39945bc5a531c4"
}
]
}
25 changes: 0 additions & 25 deletions Source/Demo.Target.cs

This file was deleted.

21 changes: 0 additions & 21 deletions Source/Demo/Demo.Build.cs

This file was deleted.

5 changes: 0 additions & 5 deletions Source/Demo/Demo.cpp

This file was deleted.

6 changes: 0 additions & 6 deletions Source/Demo/Demo.h

This file was deleted.

12 changes: 0 additions & 12 deletions Source/Demo/MyClass.cpp

This file was deleted.

13 changes: 0 additions & 13 deletions Source/Demo/MyClass.h

This file was deleted.

25 changes: 0 additions & 25 deletions Source/DemoEditor.Target.cs

This file was deleted.

0 comments on commit e7f6a79

Please sign in to comment.