Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-09-01 14:44:31 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2015-09-01 14:44:31 +0300
commitbf26921a4caffff92bbc209d34cf5b452511ded8 (patch)
tree9b5ad78cc9e5ff99f0011cb5da544d42d9bd4d07 /.gitignore
parent47b4b75c33bcac3521a34c78aa572ff0a492e811 (diff)
Add the OCP\Notification\IApp
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore56
1 files changed, 56 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ea60705
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,56 @@
+# just sane ignores
+.*.sw[po]
+*.bak
+*.BAK
+*~
+*.orig
+*.class
+.cvsignore
+Thumbs.db
+*.py[co]
+_darcs/*
+CVS/*
+.svn/*
+RCS/*
+*.backup*
+
+# kdevelop
+.kdev
+*.kdev4
+*.kate-swp
+
+# Lokalize
+*lokalize*
+
+# eclipse
+.project
+.settings
+
+# netbeans
+nbproject
+
+# phpStorm
+.idea
+*.iml
+
+# geany
+*.geany
+
+# Cloud9IDE
+.settings.xml
+.c9revisions
+
+# vim ex mode
+.vimrc
+
+# Mac OS
+.DS_Store
+
+# WebFinger
+.well-known
+/.buildpath
+
+# Tests - auto-generated files
+/tests/coverage*
+/tests/clover.xml
+/tests/js/node_modules