-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (47 loc) · 972 Bytes
/
.gitignore
File metadata and controls
59 lines (47 loc) · 972 Bytes
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
# Bicep build artifacts - exclude generated ARM templates but keep parameter files
*.json
!AzureArchitecture/main.json
!*.parameters.json
!*.parameters.json.example
!config/azure-region-mapping.json
!traffic-routing.parameters.json
!**/bicepconfig.json
!AzureArchitecture/examples/main.sample.smoke.json
!AzureArchitecture/examples/main.sample.silver.json
!AzureArchitecture/examples/main.sample.platinum.json
# User-specific files
*.docx
*.zip
Notes.*
# IDE/Editor settings
.vs/
.idea/
# Build artifacts
bin/
obj/
*.dll
*.exe
*.pdb
# Test results
TestResults/
*.trx
*.coverage
# Package manager artifacts
node_modules/
package-lock.json
# Azure CLI artifacts
.azure/
# OS artifacts
.DS_Store
Thumbs.db
# Log files
*.log
# Temporary files
*.tmp
*.temp
# Backup files
*.bak
*.backup
# Deprecated files
*.deprecated
\n# Ignore build outputs\n**/bin/\n**/obj/\n# Ignore Aspire generated outputs\nmanagement-portal/Aspire/**/bin/\nmanagement-portal/Aspire/**/obj/