Files
games/.gitignore
Ryan Hamamura 331c4c8759
All checks were successful
CI / Deploy / test (push) Successful in 15s
CI / Deploy / lint (push) Successful in 28s
CI / Deploy / deploy (push) Successful in 1m28s
docs: add AGENTS.md with coding guidelines for AI agents
Includes build/test commands, code style guidelines, naming conventions,
error handling patterns, and Go/templ/Datastar patterns used in this repo.
2026-03-03 10:53:14 -10:00

38 lines
602 B
Plaintext

# Allowlisting gitignore: ignore everything, then un-ignore what we track.
# source: https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
# Ignore everything
*
# But not these files...
!.gitignore
!*.go
!*.templ
!*.sql
!go.sum
!go.mod
!Taskfile.yml
!sqlc.yaml
!.golangci.yml
!.gitea/workflows/*.yml
!.env.example
!LICENSE
!AGENTS.md
!assets/**/*
# Generated files stay out of version control
*_templ.go
assets/css/output.css
# Deploy scripts and configs
!deploy/*.sh
!deploy/*.service
!docker-compose.yml
!Dockerfile
# ...even if they are in subdirectories
!*/