-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
42 lines (37 loc) · 888 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
# Diretórios e arquivos específicos do backend-api
backend-api/.phpunit.cache
backend-api/vendor/
backend-api/node_modules/
backend-api/public/build/
backend-api/public/hot/
backend-api/public/storage/
backend-api/storage/*.key
backend-api/.phpunit.result.cache
backend-api/.env
backend-api/.env.backup
backend-api/.env.production
backend-api/Homestead.json
backend-api/Homestead.yaml
backend-api/auth.json
backend-api/npm-debug.log
backend-api/yarn-error.log
backend-api/.fleet/
backend-api/.idea/
backend-api/.vscode/
# Diretórios e arquivos específicos do frontend
frontend/.DS_Store
frontend/node_modules/
frontend/dist/
frontend/.env.local
frontend/.env.*.local
frontend/npm-debug.log*
frontend/yarn-debug.log*
frontend/yarn-error.log*
frontend/pnpm-debug.log*
frontend/.idea
frontend/.vscode
frontend/*.suo
frontend/*.ntvs*
frontend/*.njsproj
frontend/*.sln
frontend/*.sw?