mirror of
https://github.com/github/gitignore.git
synced 2026-04-12 14:31:42 +08:00
27 lines
551 B
Plaintext
27 lines
551 B
Plaintext
# Optional variables
|
|
.docker
|
|
data
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# gitignore template for InforCRM (formerly SalesLogix)
|
|
# website: https://www.infor.com/product-summary/cx/infor-crm/
|
|
#
|
|
# Recommended: VisualStudio.gitignore
|
|
|
|
# Ignore model files that are auto-generated
|
|
ModelIndex.xml
|
|
ExportedFiles.xml
|
|
|
|
# Ignore deployment files
|
|
[Mm]odel/[Dd]eployment
|
|
|
|
# Force include portal SupportFiles
|
|
!Model/Portal/*/SupportFiles/[Bb]in/
|
|
!Model/Portal/PortalTemplates/*/SupportFiles/[Bb]in
|