-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
67 lines (58 loc) · 935 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Arquivos de configuração do sistema
/.idea/
*.sublime-project
*.sublime-workspace
/.phpunit.result.cache
/.php_cs.cache
/.php_cs.dist.cache
/phpstan.neon.dist
/phpstan.neon.cache
/.phpstan.result.cache
/.phpcs-cache
# Dependências
/vendor/
/node_modules/
# Arquivos específicos do sistema operacional
.DS_Store
Thumbs.db
# Arquivos de build e compilação
/build/
/dist/
*.log
*.tlog
*.tmp
*.temp
# Arquivos e pastas de ambientes virtuais
.env
# Arquivos de cache
/cache/
*.cache
*.class
# Arquivos de log
*.log
*.sql
*.sqlite
# Pasta de testes que não devem ser incluídas no repositório
coverage/
coverage*
# Arquivos de pacotes
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar
# Outros arquivos e pastas
*.swp
*~
._*
temp/
tmp/
.vscode/launch.json
.vscode/extensions.json
tests/lista_de_arquivos.php
tests/lista_de_arquivos_test.php
lista_de_arquivos.txt
lista_de_arquivos_tests.txt
add_static_to_providers.php
/composer.lock