Subversion Repositories oidplus

Rev

Rev 487 | Rev 587 | 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
 
10
# (ViaThinkSoft internal)
11
dev/oidplus_1_with_token.html
12
 
13
# (deprecated)
14
includes/config.inc.php
15
 
16
# (deprecated)
17
plugins/publicPages/000_objects/welcome.local.html
18
 
19
userdata/attachments/*
20
!userdata/attachments/info.txt
21
 
22
userdata/baseconfig/config.inc.php
23
 
24
userdata/cache/*
25
!userdata/cache/info.txt
26
 
502 daniel-mar 27
userdata/database/*
28
!userdata/database/info.txt
487 daniel-mar 29
 
30
userdata/favicon/favicon.*
31
 
32
userdata/logs/*.log*
33
 
34
userdata/resources/*
35
!userdata/resources/info.txt
36
 
37
userdata/welcome/welcome.html
38