Project:
Infinitas
Code Location:
git://github.com/infinitas/infinitasdev
.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
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
# Infinitas ignores Config/database.php Core/Contents/webroot/pages/* Core/Emails/attachments/* Core/Emails/webroot/img/images/* Core/GeoLocation/Lib/GeoIP/city.dat Core/Newsletter/Config/Config.php Libs/Cronjobs Plugin/* tmp/ View/Themed/* View/Pages/* webroot/robots.txt webroot/img/content/* webroot/* .gitignore # If you are using an ide other than below add ignores for the files it creates # and commit the changes. # Ignore Mac system files .Ds_Store # Sublime *.sublime* # PHPEdit project files *.PHPEditProject *.PHPEditBackup *.LCK # Eclips project files .project .buildpath .settings/* .tmp* # vim project files .vimrc.custom # NetBeans project files nbproject/* # Geany *.geany # PhpStorm .idea
