]> git.mxchange.org Git - friendica.git/blob - .gitignore
Windows' CRLF are looking strange under Linux, let's get rid of them/
[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
27 #ignore OSX .DS_Store files
28 .DS_Store
29
30 #ignore NetBeans IDE's private files (at least)
31 /nbproject/private/
32
33 #ignore smarty cache
34 /view/smarty3/compiled/
35
36 #ignore cache folders
37 /privacy_image_cache/
38 /photo/
39 /proxy/
40 nbproject
41
42 #ignore vagrant dir
43 .vagrant/
44
45 #ignore local folder
46 /local/
47
48 #ignore config files from Visual Studio
49 /.vs/
50 /php_friendica.phpproj
51 /php_friendica.sln
52 /php_friendica.phpproj.user
53
54 #ignore things from transifex-client
55 venv/
56
57 #ignore all in 'vendor' as `utils/composer.phar install` will bring it back
58 vendor/*
59
60 #ignore config files from JetBrains
61 /.idea
62
63 #ignore addons/ directory
64 addons/
65
66 #Ignore .htaccess as it may contain local changes
67 .htaccess