-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
107 lines (98 loc) · 1.62 KB
/
.gitignore
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# UE4 project ignore file
# Designed to protect from commiting blobs without them being managed by git-lfs
# Based on: https://github.com/MOZGIII/ue4-gitignore/blob/master/.gitignore
################################################
# Ignore all files by default, but scan all directories
*
!*/
# Allow git files and other utility files in the the repo root
!/.git*
!/*.editorconfig
!/readme.md
!/LICENSE
################################################
# Allow UE4 project files and folders
!/Config/**
!/Source/**
!/*.uproject
################################################
# Ignore IDE and development-only files in allowed folders
*.slo
*.lo
*.o
*.[Oo]bj
*.gch
*.pch
*.so
*.dylib
*.dll
*.mod
*.lai
*.la
*.a
*.lib
*.exe
*.out
*.app
*.ipa
*.xcodeproj
*.xcworkspace
*.sln
*.suo
*.opensdf
*.sbr
*.sdf
*.VC.db
*.VC.opendb
*.user
*.aps
*.vspscc
*.vssscc
*_i.c
*_p.c
*.ncb
*.tlb
*.tlh
*.ilk
*.[Cc]ache
*.sublime-project
*.sublime-workspace
ipch/
obj/
.vs/
[Uu]pgrade[Ll]og.[Xx][Mm][Ll]
_[Uu]pgradeReport_[Ff]iles/
_ReSharper*/
*.resharper
~$*
*.bak
*.log
*.env
*.ffs_db
################################################
# Ignore junk files in allowed folders
# Windows
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
# Mac OS X
[Tt]humbs.db
.DS_Store?
.AppleDouble
.LSOverride
._*
# Linux
*~
.directory
################################################
# Allow only specific binary files tracked by git-lfs
# Don't forget to track other files in .gitattributes when adding them here!
!/Build/**/*.ico
!/Build/**/*.icns
!/Content/**/*.umap
!/Content/**/*.uasset
!/Content/**/*.mp4
!/Content/**/*.locres
!/Content/**/*.locmeta
!/Content/**/*.archive
!/Resources/*.png