mirror of
https://gitea.psi.ch/APOG/acsm-fairifier.git
synced 2025-07-14 03:11:48 +02:00
renku init
renku-transaction: b204f31a23ed480b9323904a193047db
This commit is contained in:
22
.renkulfsignore
Normal file
22
.renkulfsignore
Normal file
@ -0,0 +1,22 @@
|
||||
# WARNING: editing this file will impact the behavior of renku commands
|
||||
# by telling renku to *not track* listed files with git LFS.
|
||||
#
|
||||
# By default, renku commands track all files above the renku configured lfs_threshold
|
||||
# with git LFS to prevent accidentally checking in large files (default=100kb).
|
||||
# You can update this threshold by calling 'renku config lfs_threshold <size>kb'.
|
||||
#
|
||||
# Use this file to specify particular paths to *not track* with LFS regardless of
|
||||
# their size. The syntax is the same as .gitignore (https://git-scm.com/docs/gitignore).
|
||||
# Remember: files listed here, when generated during renku commands, will add to
|
||||
# the size of your repo, and could slow things down.
|
||||
#
|
||||
# See https://github.com/SwissDataScienceCenter/renku-project-template for proper
|
||||
# usage.
|
||||
|
||||
# Warning: removing these lines will check source files (e.g. generated ipynb files from papermill) into LFS and they
|
||||
# will no longer be displayed in the renku UI
|
||||
*.ipynb
|
||||
*.py
|
||||
*.r
|
||||
*.md
|
||||
*.rst
|
Reference in New Issue
Block a user