projek-xyz/slim-plates

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# Generic
# --------------------------
Thumbs.db
Desktop.ini
.directory
*.cache
*.old
*.log
*.tmp
*.zip
._
*~

# Development files
# --------------------------
.php-version
tests/clover.xml
coveralls-upload.json

# Dependency folders
# --------------------------
node_modules
package-lock.json
vendor
yarn.lock

# IDE Project Configurations
# --------------------------
.idea
.settings
.vscode
.project
*.sublime-*

# But Keep these
# --------------------------
!.gitkeep