projek-xyz/slim-plates

View on GitHub
.gitignore

Summary

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

# Development files
# --------------------------
.php-version
.tool-versions

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

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

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