LuckyCoinkydink/.gitignore
Garvin Hicking 7e6027ebf9 Adds 'vagrant' to gitignore for local development.
Backported from master branch.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-10-13 18:07:01 +02:00

26 lines
301 B
Plaintext

# application stuff
uploads/*
templates_c/*
serendipity_config_local.inc.php
plugins/additional_plugins*
# php stuff
composer.lock
# ide / dev stuff
.cvsignore
.htaccess*
*.db
private/*
archives/*
*~
DEADJOE
/.settings
/.buildpath
/.project
.DS_Store
.editorconfig
*.git
tests/phpunit.xml
vagrant/*