1
0
This repository has been archived on 2025-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
LuckyCoinkydink/.gitignore
2019-09-09 11:19:31 +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/*