Subversion Repositories oidplus

Rev

Rev 615 | Rev 635 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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