mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-07-27 20:47:44 +00:00
102 lines
1.8 KiB
Plaintext
102 lines
1.8 KiB
Plaintext
|
|
### Git ###
|
|
|
|
# Created by git for backups. To disable backups in Git:
|
|
|
|
# $ git config --global mergetool.keepBackup false
|
|
*.orig
|
|
|
|
# Created by git when using merge tools for conflicts
|
|
*.BACKUP.*
|
|
*.BASE.*
|
|
*.LOCAL.*
|
|
*.REMOTE.*
|
|
*_BACKUP_*.txt
|
|
*_BASE_*.txt
|
|
*_LOCAL_*.txt
|
|
*_REMOTE_*.txt
|
|
|
|
### Linux ###
|
|
*~
|
|
|
|
# temporary files which can be created if a process still has a handle open of a deleted file
|
|
.fuse_hidden*
|
|
|
|
# KDE directory preferences
|
|
.directory
|
|
|
|
# Linux trash folder which might appear on any partition or disk
|
|
.Trash-*
|
|
|
|
# .nfs files are created when an open file is removed but is still being accessed
|
|
.nfs*
|
|
|
|
### VisualStudioCode ###
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
!.vscode/*.code-snippets
|
|
|
|
# Local History for Visual Studio Code
|
|
.history/
|
|
|
|
# Built Visual Studio Code Extensions
|
|
*.vsix
|
|
|
|
### VisualStudioCode Patch ###
|
|
|
|
# Ignore all local history of files
|
|
.history
|
|
.ionide
|
|
|
|
### Go ###
|
|
|
|
# If you prefer the allow list template instead of the deny list, see community template:
|
|
|
|
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
|
|
|
|
#
|
|
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
|
|
# vendor/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
### Pulumi ###
|
|
|
|
# Ignore temp build directory for Pulumi
|
|
|
|
# Info: https://www.pulumi.com/docs/
|
|
.pulumi/
|
|
|
|
### Pulumi+stacks ###
|
|
|
|
# Ignore temp build directory for Pulumi
|
|
|
|
# Info: https://www.pulumi.com/docs/
|
|
.pulumi/
|
|
|
|
### Pulumi+stacks Patch ###
|
|
|
|
# Pulumi stacks configuration files
|
|
|
|
# See https://www.pulumi.com/docs/intro/concepts/project/#stack-settings-file
|
|
Pulumi.*.yaml
|