init
This commit is contained in:
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# ignore all
|
||||
*
|
||||
# except directories
|
||||
!*/
|
||||
# but without
|
||||
cache/
|
||||
upload/
|
||||
emails/attachments/
|
||||
# except file types
|
||||
!*.php
|
||||
!*.js
|
||||
!*.html
|
||||
!*.tpl
|
||||
!*.cs
|
||||
# except gitignore
|
||||
!.gitignore
|
||||
|
||||
modules/EcmReports/TableSorterNew
|
||||
include/ECM/EcmNotifications/eventmachine
|
||||
Reference in New Issue
Block a user