Files
noteserver/.gitignore
2025-08-14 20:00:06 -07:00

29 lines
443 B
Plaintext

# Allowlisting gitignore template for GO projects prevents us
# from adding various unwanted local files, such as generated
# files, developer configurations or IDE-specific files etc.
#
# Recommended: Go.AllowList.gitignore
# Ignore everything
*
# But not these files...
!/.gitignore
!*.go
!go.sum
!go.mod
!docker-deploy.sh
!Dockerfile
!README.md
!LICENSE
!create.sql
!reload.sh
# !Makefile
# ...even if they are in subdirectories
!*/