nostr-poster/.gitignore
2025-03-02 21:54:21 -08:00

22 lines
268 B
Plaintext

# Ignore build output
/build/
# Ignore content and archive folders
/content/
/archive/
# Ignore config files except the sample
/config/*
!/config/config.sample.ymal
# Ignore keys.json
/keys.json
# Ignore go build files
*.o
*.a
*.so
# Ignore Go module cache
/pkg/