aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2019-10-15 15:54:20 +0200
committerGravatar Sebastiaan Zeeff <[email protected]>2019-10-15 15:54:20 +0200
commitf32341de7df58899e63cf1e885cfdf1b425c1195 (patch)
tree22bdc38866a1fc42f6e017b2bb4b2df88ea99a2b /.gitignore
parentRemove empty tests.cogs folder (diff)
parentCreate the !mention command. (#493) (diff)
Merge branch 'master' into unittest-migration
Resolving merge conflicts from master in `.gitignore` and `tests/helpers.py`.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 210847759..fb3156ab1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -116,3 +116,6 @@ config.yml
# xmlrunner unittest XML reports
TEST-**.xml
+
+# Mac OS .DS_Store, which is a file that stores custom attributes of its containing folder
+.DS_Store