diff options
author | David Phillips <david@sighup.nz> | 2017-03-16 20:39:14 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-03-16 20:39:14 +1300 |
commit | be16e77827b779fdaab0e703f850d3561b3c0b8c (patch) | |
tree | 1712f17c7b5512fb8c8e46289777a0d8512c5fe2 /.gitignore | |
parent | 07d4ed03896c453c7f95df4fe54b90716c6bc6e9 (diff) | |
download | idalius-be16e77827b779fdaab0e703f850d3561b3c0b8c.tar.xz |
Help prevent accidental inclusion of bot.conf in commits
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bc29fa9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +bot.conf |