blob: 160ebc07ad0a8dfe9de51962e0b44fb22a5a7f45 (
plain) (
tree)
|
|
# ignore IDE/hidden/OS cache files
.*
*~
nbproject
nb-configuration.xml
Session.vim
*.tmproj
*.tmproject
tmtags
Thumbs.db
Desktop.ini
# ignore Composer downloads
/vendor/*
# keep some hiddens
!.htaccess
!/.gitignore
!/.travis.yml
/composer.lock
|