Method: Cnvrg::Helpers#cnvrgignore_content
- Defined in:
- lib/cnvrg/helpers.rb
#cnvrgignore_content ⇒ Object
26 27 28 29 30 31 32 33 |
# File 'lib/cnvrg/helpers.rb', line 26 def cnvrgignore_content %{ # cnvrg ignore: Ignore the following directories and files # for example: # some_dir/ # some_file.txt }.strip end |