-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitignore
67 lines (50 loc) · 1.51 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
60
61
62
63
64
65
66
67
# Please make sure that .gitignore follows the svn:ignore properties
# Find them using these commands:
# svn propget svn:ignore * 2>/dev/null
# svn propget svn:ignore */* 2>/dev/null
# svn propget svn:ignore */*/* 2>/dev/null
# svn propget svn:ignore */*/*/* 2>/dev/null
# svn propget svn:ignore */*/*/*/* 2>/dev/null
# ...
composer.lock
oidplus_version.txt
.version.php
update.tmp.php
update_*.tmp.php
# Recommendation in https://phpstan.org/config-reference
# "The usual practice is to have phpstan.neon.dist under version control,
# and allow the user to override certain settings in their environment
# (on their own computer or on a continuous integration server) by creating
# phpstan.neon that's present in .gitignore file."
phpstan.neon
# (ViaThinkSoft internal)
dev/oidplus_1_with_token.html
# (deprecated)
includes/config.inc.php
# (deprecated)
plugins/viathinksoft/publicPages/000_objects/welcome.local.html
userdata/attachments/*
!userdata/attachments/info.txt
!userdata/attachments/oidplus_upload.dir
userdata/baseconfig/*
!userdata/baseconfig/info.txt
userdata/cache/*
!userdata/cache/info.txt
userdata/database/*
!userdata/database/info.txt
userdata/favicon/*
!userdata/favicon/info.txt
userdata/logs/*
!userdata/logs/info.txt
userdata/private/*
!userdata/private/info.txt
userdata/resources/*
!userdata/resources/info.txt
userdata/secret/*
!userdata/secret/info.txt
userdata/styles/*
!userdata/styles/info.txt
userdata/tenant/*
!userdata/tenant/info.txt
userdata/welcome/welcome.html
!userdata/welcome/info.txt