-
Notifications
You must be signed in to change notification settings - Fork 96
/
.gitignore
41 lines (30 loc) · 844 Bytes
/
.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
# Windows image file caches
Thumbs.db
# ignore install folder with update ( i think not sure )
# Fannybaws note - I am sure, it should not be ignored :)
# /install/*
# Folder config file
Desktop.ini
# Mac crap
.DS_Store
# Ignore generated config file
GameEngine/config.php
# Ignore generated prevention and notes
GameEngine/Prevention/*
GameEngine/Notes/*
# Ignore Templates/text.tpl because it is dynamically generated
Templates/text.tpl
# Install instalation_done marker left by install script
/.buildpath
/.project
/installed_*/
/var/installed
# Eclipse settings
.settings
# PHPStorm
.idea
# additional constant_format.tpl file, copied over from the installation folder
GameEngine/Admin/Mods/constant_format.tpl
# These 2 files change frequently on the server but not in the repository code.
Templates/text.tpl
var/log/access.log