Subversion Repositories oidplus

Rev

Rev 615 | Rev 635 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 615 Rev 626
Line 5... Line 5...
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
-
 
11
composer.phar
-
 
12
/vendor/
-
 
13
 
10
# Recommendation in https://phpstan.org/config-reference
14
# Recommendation in https://phpstan.org/config-reference
11
# "The usual practice is to have phpstan.neon.dist under version control,
15
# "The usual practice is to have phpstan.neon.dist under version control,
12
# and allow the user to override certain settings in their environment
16
# and allow the user to override certain settings in their environment
13
# (on their own computer or on a continuous integration server) by creating
17
# (on their own computer or on a continuous integration server) by creating
14
# phpstan.neon that's present in .gitignore file."
18
# phpstan.neon that's present in .gitignore file."