66 lines
1.2 KiB
Plaintext
66 lines
1.2 KiB
Plaintext
### Git template
|
|
# 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
|
|
|
|
### Go template
|
|
# 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
|
|
|
|
### yarn template
|
|
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
|
|
|
|
.yarn/*
|
|
!.yarn/releases
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
# if you are NOT using Zero-installs, then:
|
|
# comment the following lines
|
|
!.yarn/cache
|
|
|
|
# and uncomment the following lines
|
|
# .pnp.*
|
|
|
|
### Vuejs template
|
|
# Recommended template: Node.gitignore
|
|
|
|
node_modules/
|
|
dist/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
/config.toml
|
|
/build/bin/config.toml
|