pcmt/.gitignore
leo ad6bcac326
All checks were successful
continuous-integration/drone/push Build is passing
css: stage the tailwind-built file
ci: save the generated file in the tmp folder and do a diff with the
staged file
2023-05-16 12:13:49 +02:00

47 lines
663 B
Plaintext

# main binary
pcmt
# dev config.
/config.dhall
# air tmp dir
/tmp
Session.vim
/node_modules/
# direnv
.direnv
# nix symlink
result
# ---> 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
# Devenv
.devenv*
devenv.local.nix