https://github.com/owncloud/core
Raw File
Tip revision: 7b4d2bd2778e3420949ca938a84bd6042afc3e84 authored by Arthur Schiwon on 08 June 2012, 09:34:55 UTC
Sharing, fix: connect to hooks from the correct classes
Tip revision: 7b4d2bd
.gitignore
# the default generated dir + db file
data
owncloud
config/config.php

# just sane ignores
.*.sw[po]
*.bak
*.BAK
*~
*.orig
*.class
.cvsignore
Thumbs.db
*.py[co]
_darcs/*
CVS/*
.svn/*
RCS/*

# kdevelop
.kdev
*.kdev4

# Lokalize
*lokalize*

# eclipse
.project
.settings

# netbeans 
nbproject

# geany
*.geany

# Cloud9IDE
.settings.xml

# Mac OS
.DS_Store

# WebFinger
.well-known
/.buildpath
back to top