mirror of
https://github.com/github/gitignore.git
synced 2026-04-11 14:11:43 +08:00
26 lines
561 B
Plaintext
26 lines
561 B
Plaintext
# Optional variables
|
|
.docker
|
|
data
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
**/IntegrationServer/datastore/
|
|
**/IntegrationServer/db/
|
|
**/IntegrationServer/DocumentStore/
|
|
**/IntegrationServer/lib/
|
|
**/IntegrationServer/logs/
|
|
**/IntegrationServer/replicate/
|
|
**/IntegrationServer/sdk/
|
|
**/IntegrationServer/support/
|
|
**/IntegrationServer/update/
|
|
**/IntegrationServer/userFtpRoot/
|
|
**/IntegrationServer/web/
|
|
**/IntegrationServer/WmRepository4/
|
|
**/IntegrationServer/XAStore/
|
|
**/IntegrationServer/packages/Wm*/
|