Skip to content

Commit

Permalink
Merge pull request #1296 from openjournals/ignored-langs
Browse files Browse the repository at this point in the history
Add Dockerfile and Batchfile to ignored languages
  • Loading branch information
xuanxu committed Nov 18, 2023
2 parents 98775b3 + ea50874 commit 0b51f27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/models/paper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ class Paper < ApplicationRecord
'Makefile',
'HTML',
'CSS',
'CMake'
'CMake',
'Dockerfile',
'Batchfile'
].freeze

default_scope { order(created_at: :desc) }
Expand Down

0 comments on commit 0b51f27

Please sign in to comment.