You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ae3-auth/.gitignore

31 lines
461 B
Plaintext

# Laravel & PHP
/vendor
/node_modules
/public/hot
/public/storage
/storage/*.key
/storage/app/public
/storage/framework/cache/data
/storage/logs/*.log
/storage/framework/sessions/*
/storage/framework/views/*
/.env
.phpunit.result.cache
Homestead.json
Homestead.yaml
/nova/vendor
.env.backup
.env.local
.env.development
.env.testing
.env.staging
.env.production
# Ignora o IDE (se estiver usando)
.idea
.vscode
# Ignora arquivos de sistema
.DS_Store
Thumbs.db