diff options
author | ahriman <ahriman@falte.red> | 2018-12-02 15:06:21 -0500 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2018-12-02 15:06:21 -0500 |
commit | 5b5afb12176437e977f210ee0bd1ed188f390611 (patch) | |
tree | e0e4305b5924b6191e442b8159c7dff91fcb47dc | |
parent | f666fcee1dfa16712918b08c4564b895749c9016 (diff) | |
download | site-5b5afb12176437e977f210ee0bd1ed188f390611.tar.gz |
fixed gitignore
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | tilde.css | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9e6ab98 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +fuzzies.log +ultimate-email +newusers.csv +newusers.dat diff --git a/tilde.css b/tilde.css index 9b675a8..5134dbc 100644 --- a/tilde.css +++ b/tilde.css @@ -1,3 +1,7 @@ +/* see the tail end of index.html + * for license information */ + + body { background-color: #000000; font-family: monospace; |