summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-08-07 13:07:54 -0400
committerMark Felder <feld@feld.me>2024-08-07 13:07:54 -0400
commit253178538410c63be6bd14016b800b42df59bfb6 (patch)
tree993511716597c1258fb8c356318ec6a95a9f4a0a /.gitignore
parent351a306d462ae804ee9d0bbc9f8e7781caf34533 (diff)
downloadpleroma-253178538410c63be6bd14016b800b42df59bfb6.tar.gz
pleroma-253178538410c63be6bd14016b800b42df59bfb6.zip
Do not allow committing tests with a .ex extension
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c0d017951..355cea069 100644
--- a/.gitignore
+++ b/.gitignore
@@ -63,3 +63,6 @@ pleroma.iml
archive-*
.gitlab-ci-local
+
+# Test files should be named *.exs
+test/pleroma/**/*.ex