]> git.mxchange.org Git - friendica.git/blob - .gitignore
Fixes for composer:
[friendica.git] / .gitignore
1 favicon.*
2 .htconfig.php
3 .htpreconfig.php
4 \#*
5 include/jquery-1.4.2.min.js
6 *.log
7 *.out
8 *.version*
9 favicon.*
10 home.html
11 addon
12 *~
13 robots.txt
14
15 #ignore documentation, it should be newly built
16 doc/html
17
18 #ignore reports, should be generted with every build
19 report/
20
21 #ignore config files from eclipse, we don't want IDE files in our repository
22 .project
23 .buildpath
24 .externalToolBuilders
25 .settings
26 #ignore OSX .DS_Store files
27 .DS_Store
28
29 /nbproject/private/
30
31 #ignore smarty cache
32 /view/smarty3/compiled/
33
34 #ignore cache folders
35 /privacy_image_cache/
36 /photo/
37 /proxy/
38 nbproject
39
40 #ignore vagrant dir
41 .vagrant/
42
43 #ignore local folder
44 /local/
45
46 #ignore config files from Visual Studio
47 /.vs/
48 /php_friendica.phpproj
49 /php_friendica.sln
50 /php_friendica.phpproj.user
51
52 #ignore things from transifex-client
53 venv/
54
55 #ignore all in 'vendor' as `utils/composer.phar install` will bring it back
56 vendor/*