LuckyCoinkydink/.gitignore
Markus Birth 5d696b6842 CLEANUP
* Updated `composer.phar` to latest version
* Remove libs that get installed by Composer from repo
  (run `./composer.phar install` after checkout)
* Change `composer.json` to use default `vendor` dir and raise max. PHP
  to 7.99.99 since we're at 7.4 now
* Rename `README.markdown` to `README.md`
2022-02-09 01:27:08 +01:00

23 lines
274 B
Plaintext

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