Skip to content

Commit 8ad152d

Browse files
authored
Merge pull request #107 from RKS13D/trivialkart-unreal
Trivialkart unreal
2 parents 1ebd635 + bcd664c commit 8ad152d

File tree

189 files changed

+3429
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+3429
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# UE file types
2+
*.uasset filter=lfs diff=lfs merge=lfs -text
3+
*.umap filter=lfs diff=lfs merge=lfs -text
4+
5+
# Raw Content types
6+
*.fbx filter=lfs diff=lfs merge=lfs -text
7+
*.3ds filter=lfs diff=lfs merge=lfs -text
8+
*.psd filter=lfs diff=lfs merge=lfs -text
9+
*.png filter=lfs diff=lfs merge=lfs -text
10+
*.mp3 filter=lfs diff=lfs merge=lfs -text
11+
*.wav filter=lfs diff=lfs merge=lfs -text
12+
*.xcf filter=lfs diff=lfs merge=lfs -text
13+
*.jpg filter=lfs diff=lfs merge=lfs -text
14+
*.uexp filter=lfs diff=lfs merge=lfs -text
15+
*.bank filter=lfs diff=lfs merge=lfs -text
16+
*.tmp filter=lfs diff=lfs merge=lfs -text
17+
*.vox filter=lfs diff=lfs merge=lfs -text
18+
19+
# Libraries and executables
20+
*.a filter=lfs diff=lfs merge=lfs -text
21+
*.lib filter=lfs diff=lfs merge=lfs -text
22+
*.exe filter=lfs diff=lfs merge=lfs -text
23+
*.zip filter=lfs diff=lfs merge=lfs -text
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
### UnrealEngine template
2+
# Visual Studio 2015 user specific files
3+
.vs/
4+
5+
# Compiled Object files
6+
*.slo
7+
*.lo
8+
*.o
9+
*.obj
10+
11+
# Precompiled Headers
12+
*.gch
13+
*.pch
14+
15+
# Compiled Dynamic libraries
16+
*.so
17+
*.dylib
18+
*.dll
19+
20+
# Fortran module files
21+
*.mod
22+
23+
# Compiled Static libraries
24+
*.lai
25+
*.la
26+
*.a
27+
*.lib
28+
29+
# Executables
30+
*.exe
31+
*.out
32+
*.app
33+
*.ipa
34+
35+
# These project files can be generated by the engine
36+
*.xcodeproj
37+
*.xcworkspace
38+
*.sln
39+
*.suo
40+
*.opensdf
41+
*.sdf
42+
*.VC.db
43+
*.VC.opendb
44+
45+
# Precompiled Assets
46+
SourceArt/**/*.png
47+
SourceArt/**/*.tga
48+
49+
# Binary Files
50+
Binaries/*
51+
Plugins/*/Binaries/*
52+
53+
# Builds
54+
Build/*
55+
56+
# Whitelist PakBlacklist-<BuildConfiguration>.txt files
57+
!Build/*/
58+
Build/*/**
59+
!Build/*/PakBlacklist*.txt
60+
61+
# Don't ignore icon files in Build
62+
!Build/**/*.ico
63+
64+
# Built data for maps
65+
*_BuiltData.uasset
66+
67+
# Configuration files generated by the Editor
68+
Saved/*
69+
70+
# Compiled source files for the engine to use
71+
Intermediate/*
72+
Plugins/*/Intermediate/*
73+
74+
# Cache files for the editor to use
75+
DerivedDataCache/*
76+

trivialkart/trivialkart_unreal/Config/DefaultEditor.ini

Whitespace-only changes.

0 commit comments

Comments
 (0)