fix account_type
[friendica.git] / .gitignore
1 favicon.*\r
2 .htconfig.php\r
3 .htpreconfig.php\r
4 \#*\r
5 include/jquery-1.4.2.min.js\r
6 *.log\r
7 *.out\r
8 *.version*\r
9 favicon.*\r
10 home.html\r
11 addon\r
12 *~\r
13 robots.txt\r
14 \r
15 #ignore documentation, it should be newly built \r
16 doc/api\r
17 \r
18 #ignore reports, should be generted with every build\r
19 report/\r
20 \r
21 #ignore config files from eclipse, we don't want IDE files in our repository\r
22 .project\r
23 .buildpath\r
24 .externalToolBuilders\r
25 .settings\r
26 #ignore OSX .DS_Store files \r
27 .DS_Store\r
28 \r
29 /nbproject/private/\r
30 \r
31 #ignore smarty cache\r
32 /view/smarty3/compiled/\r
33 \r
34 #ignore cache folders\r
35 /privacy_image_cache/\r
36 /photo/\r
37 /proxy/\r
38 nbproject\r
39 \r
40 #ignore vagrant dir\r
41 .vagrant/\r
42 \r
43 #ignore local folder\r
44 /local/\r