Join Slack
Communities
Powered by
Is there a way to get pants to ignore .swp files (...
# general
p
proud-dentist-22844
05/17/2021, 7:31 PM
Is there a way to get pants to ignore .swp files (or any other temp files created by vim)? I open a file to read it while pants is going (say running
./pants test ::
, and it detects a "change" and restarts the rule.
h
hundreds-father-404
05/17/2021, 7:36 PM
Either add to gitignore file or add to
pants_ignore
under GLOBAL in pants.toml using gitignore syntax
👍 1
5
Views
Open in Slack
Previous
Next