]> git.mxchange.org Git - friendica.git/blob - .gitignore
Add new INI config files
[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 local config
16 /config/local.ini.php
17
18 #ignore documentation, it should be newly built
19 doc/html
20
21 #ignore reports, should be generted with every build
22 report/
23
24 #ignore config files from eclipse, we don't want IDE files in our repository
25 .project
26 .buildpath
27 .externalToolBuilders
28 .settings
29
30 #ignore OSX .DS_Store files
31 .DS_Store
32
33 #ignore NetBeans IDE's private files (at least)
34 /nbproject/private/
35
36 #ignore smarty cache
37 /view/smarty3/compiled/
38
39 #ignore cache folders
40 /privacy_image_cache/
41 /photo/
42 /proxy/
43 nbproject
44
45 #ignore vagrant dir
46 .vagrant/
47
48 #ignore local folder
49 /local/
50
51 #ignore config files from Visual Studio
52 /.vs/
53 /php_friendica.phpproj
54 /php_friendica.sln
55 /php_friendica.phpproj.user
56
57 #ignore things from transifex-client
58 venv/
59
60 #ignore Composer dependencies
61 /vendor
62 /view/asset
63
64 #ignore config files from JetBrains
65 /.idea
66
67 #ignore addons/ directory
68 addons/