Subversion Repositories oidplus

Rev

Rev 670 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 670 Rev 726
1
# Please make sure that .gitignore follows the svn:ignore properties
1
# Please make sure that .gitignore follows the svn:ignore properties
2
# Find them using these commands:
2
# Find them using these commands:
3
# svn propget svn:ignore * 2>/dev/null
3
# svn propget svn:ignore * 2>/dev/null
4
# svn propget svn:ignore */* 2>/dev/null
4
# svn propget svn:ignore */* 2>/dev/null
5
# svn propget svn:ignore */*/* 2>/dev/null
5
# svn propget svn:ignore */*/* 2>/dev/null
6
# svn propget svn:ignore */*/*/* 2>/dev/null
6
# svn propget svn:ignore */*/*/* 2>/dev/null
7
# svn propget svn:ignore */*/*/*/* 2>/dev/null
7
# svn propget svn:ignore */*/*/*/* 2>/dev/null
8
# ...
8
# ...
9
 
9
 
10
composer.lock
10
composer.lock
11
composer.phar
-
 
12
oidplus_version.txt
11
oidplus_version.txt
13
.version.php
12
.version.php
14
update.tmp.php
13
update.tmp.php
15
update_*.tmp.php
14
update_*.tmp.php
16
 
15
 
17
# Recommendation in https://phpstan.org/config-reference
16
# Recommendation in https://phpstan.org/config-reference
18
# "The usual practice is to have phpstan.neon.dist under version control,
17
# "The usual practice is to have phpstan.neon.dist under version control,
19
# and allow the user to override certain settings in their environment
18
# and allow the user to override certain settings in their environment
20
# (on their own computer or on a continuous integration server) by creating
19
# (on their own computer or on a continuous integration server) by creating
21
# phpstan.neon that's present in .gitignore file."
20
# phpstan.neon that's present in .gitignore file."
22
phpstan.neon
21
phpstan.neon
23
 
22
 
24
# (ViaThinkSoft internal)
23
# (ViaThinkSoft internal)
25
dev/oidplus_1_with_token.html
24
dev/oidplus_1_with_token.html
26
 
25
 
27
# (deprecated)
26
# (deprecated)
28
includes/config.inc.php
27
includes/config.inc.php
29
 
28
 
30
# (deprecated)
29
# (deprecated)
31
plugins/viathinksoft/publicPages/000_objects/welcome.local.html
30
plugins/viathinksoft/publicPages/000_objects/welcome.local.html
32
 
31
 
33
userdata/attachments/*
32
userdata/attachments/*
34
!userdata/attachments/info.txt
33
!userdata/attachments/info.txt
35
!userdata/attachments/oidplus_upload.dir
34
!userdata/attachments/oidplus_upload.dir
36
 
35
 
37
userdata/baseconfig/config.inc.php
36
userdata/baseconfig/config.inc.php
38
 
37
 
39
userdata/cache/*
38
userdata/cache/*
40
!userdata/cache/info.txt
39
!userdata/cache/info.txt
41
 
40
 
42
userdata/database/*
41
userdata/database/*
43
!userdata/database/info.txt
42
!userdata/database/info.txt
44
 
43
 
45
userdata/favicon/favicon.*
44
userdata/favicon/favicon.*
46
 
45
 
47
userdata/logs/*.log*
46
userdata/logs/*.log*
48
 
47
 
49
userdata/resources/*
48
userdata/resources/*
50
!userdata/resources/info.txt
49
!userdata/resources/info.txt
51
 
50
 
52
userdata/welcome/welcome.html
51
userdata/welcome/welcome.html