# These are some examples of commonly ignored file patterns. # You should customize this list as applicable to your project. # Learn more about .gitignore: # https://www.atlassian.com/git/tutorials/saving-changes/gitignore # Node artifact files node_modules/ dist/ # Compiled Java class files *.class # Compiled Python bytecode *.py[cod] # Log files *.log # Package files *.jar # Maven target/ dist/ # JetBrains IDE .idea/ *.sublime-* *.swp .vscode/ # Unit test reports TEST*.xml # Generated by MacOS .DS_Store .AppleDouble .LSOverride # Generated by Windows Thumbs.db ehthumbs.db Desktop.ini # Applications *.app *.exe *.war # Large media files *.mp4 *.tiff *.avi *.flv *.mov *.wmv writable/debugbar/ writable/debugbar/* !writable/debugbar/.gitkeep writable/session/* !writable/session/index.html !writable/session/.gitkeep writable/logs/ !writable/logs/.gitkeep writable/uploads/ !writable/uploads/.gitkeep writable/cache/ !writable/cache/.gitkeep php_errors.log public/uploads/* !public/uploads/index.html !public/uploads/.gitkeep writable/**/*.db writable/**/*.sqlite #------------------------- # Composer #------------------------- vendor composer.lock tests # Don't save phpunit under version control. phpunit phpunit*.xml /.phpunit.*.cache