1db926724SAndreas Gohr# CakePHP specific files # 2db926724SAndreas Gohr########################## 3db926724SAndreas Gohr/config/app.php 4db926724SAndreas Gohr/config/.env 5db926724SAndreas Gohr/logs/* 6db926724SAndreas Gohr/tmp/* 7db926724SAndreas Gohr/vendor/* 8db926724SAndreas Gohr/webroot/files/* 9db926724SAndreas Gohr 10db926724SAndreas Gohr# OS generated files # 11db926724SAndreas Gohr###################### 12db926724SAndreas Gohr.DS_Store 13db926724SAndreas Gohr.DS_Store? 14db926724SAndreas Gohr._* 15db926724SAndreas Gohr.Spotlight-V100 16db926724SAndreas Gohr.Trashes 17db926724SAndreas GohrIcon? 18db926724SAndreas Gohrehthumbs.db 19db926724SAndreas GohrThumbs.db 20db926724SAndreas Gohr*.zip 21db926724SAndreas Gohr 22db926724SAndreas Gohr# Tool specific files # 23db926724SAndreas Gohr####################### 24db926724SAndreas Gohr/.vscode 25db926724SAndreas Gohr/composer.lock 26*4739030dSAndreas Gohr.phpunit.result.cache 27db926724SAndreas Gohr# vim 28db926724SAndreas Gohr*~ 29db926724SAndreas Gohr*.swp 30db926724SAndreas Gohr*.swo 31db926724SAndreas Gohr# sublime text & textmate 32db926724SAndreas Gohr*.sublime-* 33db926724SAndreas Gohr*.stTheme.cache 34db926724SAndreas Gohr*.tmlanguage.cache 35db926724SAndreas Gohr*.tmPreferences.cache 36db926724SAndreas Gohr# Eclipse 37db926724SAndreas Gohr.settings/* 38db926724SAndreas Gohr# JetBrains, aka PHPStorm, IntelliJ IDEA 39db926724SAndreas Gohr.idea/* 40db926724SAndreas Gohr# NetBeans 41db926724SAndreas Gohrnbproject/* 42db926724SAndreas Gohr# Visual Studio Code 43db926724SAndreas Gohr.vscode 44db926724SAndreas Gohr# Sass preprocessor 45db926724SAndreas Gohr.sass-cache/ 46db926724SAndreas Gohrdata 47