Files
netslim-core/.gitignore

22 lines
199 B
Plaintext

# Environment
.env
# Composer
vendor/
# Runtime caches and reports
coverage/
var/
.php-cs-fixer.cache
.phpstan/
.phpunit.result.cache
# IDE / OS
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db