1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-04-27 17:15:48 +02:00
Nextcloud-News/.gitignore
Benjamin Brahmer eca96ad37d
Enable API testing ()
Enable API testing with local php server.

This adds many tests for API v1.2, more still possible.
Which increased the quality of news already.

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-05-29 11:25:38 +02:00

70 lines
599 B
Plaintext

#specific to news app
composer.phar
node_modules/
vendor/
js/build
*.log
/build/
/js/coverage/
js/*.xml
.rvm
*.clover
.phpunit.result.cache
site/
#bats
tests/api/helpers/settings-override.bash
# python
PKG-INFO
*pyc
*~
__pycache__
bin/updater/dist/
bin/updater/build
# 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
# phpStorm
.idea
# geany
*.geany
# Cloud9IDE
.settings.xml
# vim ex mode
.vimrc
# Mac OS
.DS_Store
*.iml