Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 35df78d8cb8ab8670e55c4aa2496d8ec84cdbf0a (plain)
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
#ingnore download directory
files

#ignore log directory
data

#ingnore patches directory
patches

#ignore tempory directory
site/app/tmp

#do not store configuration files
site/app/config/config-local.php
site/app/config/config.php

#ignore .mo files
*.mo


#do not store rebase scripts
rebase.sh
rebase.sh~

#do not store files which are rebuilt by build.py
site/app/config/revisions.php
site/app/webroot/css/style.min.css
site/app/webroot/js/__utm.min.js
site/app/webroot/js/jquery.addons.min.js

site/vendors/product-details

site/app/messages.po