зеркало из https://github.com/nextcloud/activity.git
72 строки
716 B
Plaintext
72 строки
716 B
Plaintext
# 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
|
|
/PhantomJS_*
|
|
/tests/.phpunit.result.cache
|
|
/tests/coverage*
|
|
/tests/clover.xml
|
|
/tests/js/node_modules
|
|
/tests/js/run.sh
|
|
/tests/karma-coverage
|
|
/vendor
|
|
/vendor-bin/*/vendor
|
|
/.php-cs-fixer.cache
|
|
|
|
# Vue.js
|
|
/build/
|
|
node_modules/
|
|
js/*hot-update.*
|
|
coverage
|
|
cypress/screenshots/
|
|
cypress/videos/
|