a00a902022
This reverts commit 1465b99df6
.
41 lines
392 B
Plaintext
41 lines
392 B
Plaintext
#
|
|
# .gitignore for nntpchan repo
|
|
#
|
|
|
|
# emacs temp files
|
|
*~
|
|
\#*
|
|
.\#*
|
|
|
|
# srnd config files
|
|
srnd.ini
|
|
feeds.ini
|
|
|
|
# default article store directory
|
|
articles
|
|
|
|
# generated files
|
|
webroot
|
|
|
|
# built binaries
|
|
go
|
|
./srndv2
|
|
|
|
# private key
|
|
*.key
|
|
|
|
# certificates
|
|
certs
|
|
|
|
|
|
rebuild.sh
|
|
.gx
|
|
|
|
# generated js
|
|
contrib/static/nntpchan.js
|
|
contrib/static/js/nntpchan.js
|
|
contrib/static/miner-js.js
|
|
|
|
#docs trash
|
|
doc/.trash
|