forked from OpencachingDeutschland/oc-server3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
59 lines (52 loc) · 1.62 KB
/
.gitignore
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Commonly ignored files list. For uncommon locally ignored files, use
# .git/info/exclude. Keep the lines in this file sorted.
# manually created and maintained settings files
/htdocs/config2/settings.inc.php
/htdocs/config2/settings-common.inc.php
/htdocs/lib/settings.inc.php
/htdocs/statpics/.htaccess
/htdocs/util/notification/settings.inc.php
/htdocs/util/publish_caches/settings.inc.php
/htdocs/util/watchlist/settings.inc.php
# obsolete, used for testing old code versions:
/htdocs/util/mysql_root/settings.inc.php
# automatically created and maintained configuation files
/htdocs/vendor
# files created when running the OC software
/htdocs/cache2/*
/htdocs/opencaching_dump.sql
/htdocs/cache/*
/htdocs/download/*
/htdocs/images/statpics/*
/htdocs/images/uploads/*
/htdocs/resource2/tinymce/tiny_mce_*.gz
/htdocs/sitemap*xml*
/htdocs/var/*
# obsolete, used when testing old code versions:
/htdocs/lib2/HTMLPurifier/library/HTMLPurifier/DefinitionCache/*
/lib/htmlpurifier-4.2.0/library/HTMLPurifier/DefinitionCache/*
# repository files which may be replaced locally
.editorconfig
/htdocs/util/archive/.htaccess
/htdocs/util/attributes/.htaccess
/htdocs/util/change_owner/.htaccess
/htdocs/util/delete/.htaccess
/htdocs/util/mysql_root/.htaccess
/htdocs/util/search_index/.htaccess
# public OC site files
/htdocs/robots.txt
# developer machine files
/local/devel/okapi-update-settings.inc.php
/local/ocxml11client/data-files
/local/ocxml11client/tmp
/local/ocxml11client/settings.php
/.idea/
/.vagrant/
Thumbs.db
/bin/phpzip.php
parameters.yml
.crowdin.yaml
htdocs/app/Resources/translations
/htdocs/bin/*.zip
/htdocs/bin/translation
/build/logs