pcmt/.gitignore
leo ef6ef17715
All checks were successful
continuous-integration/drone/push Build is passing
feat: don't compare pcmt.css in ci
* unstage pcmt.css, needs to be built separately
* generate the stylesheet in ci and build the app with that
* add better instructions to readme on how to build the app
* add more justfile targets for convenience
2023-05-30 20:43:19 +02:00

49 lines
692 B
Plaintext

# main binary
pcmt
/assets/public/css/pcmt.css
# 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