nostr-poster/.gitignore

22 lines
268 B
Plaintext
Raw Normal View History

2025-03-02 21:39:11 -08:00
# Ignore build output
/build/
# Ignore content and archive folders
/content/
/archive/
# Ignore config files except the sample
/config/*
2025-03-02 21:54:21 -08:00
!/config/config.sample.ymal
2025-03-02 21:39:11 -08:00
# Ignore keys.json
/keys.json
# Ignore go build files
*.o
*.a
*.so
# Ignore Go module cache
/pkg/