Files
oficial/.gitignore
2024-03-20 15:00:54 -03:00

15 lines
189 B
Plaintext

**/*.env
**/vendor/
**/composer.lock
**/node_modules/
**/package-lock.json
**/Pipfile.lock
**/logs/
**/cache/
**/modules/
**/.idea/
**/upload?/
**/informe?/
**/.phpunit.cache/
**/coverage/