gitignore by file size?
I'm new to .gitignore, so there may be better ways to do this, but I've been excluding files by file size using:
find . -size +1G | cat >> .gitignore
Obviously you'll have to run this code frequently if you're generating a lot of large files.
相關文章
- File size 屬性
- ulimit: core file size: cannot modify limit: Operation not permittedMIT
- iis 0x80070032 Cannot read configuration file because it exceeds the maximum file size
- ORA-01144: File size (4224000 blocks) exceeds maximum of 4194303BloC
- 如何選擇配置 MySQL innodb_log_file_sizeMySql
- Oracle RAC 重置db_recovery_file_dest_size引數Oracle
- php執行的時候報File size limit exceededPHPMIT
- .gitignoreGit
- Git gitignoreGit
- Vue .gitignoreVueGit
- Git忽略提交 .gitignore配置。自動生成IDE的.gitignore。解決gitignore不生效GitIDE
- gitignore語法Git
- 使得.gitignore生效Git
- C# The file is too long. This operation is currently limited to supporting files less than 2 gigabytes in size.C#MIT
- .gitignore 不起作用Git
- gitignore 檔案配置Git
- ORA-19815: WARNING: db_recovery_file_dest_size閃回區爆滿問題處理
- 前端gitignore推薦配置前端Git
- IntelliJ IDEA下.gitignore配置IntelliJIdeaGit
- .gitignore規則不生效Git
- .gitignore忽略跟蹤指定檔案Git
- git加了.gitignore檔案不生效Git
- git 新增 gitignore 規則無效Git
- Git忽略檔案.gitignore的使用Git
- Index column size too large. The maximum column size is 767 bytes.Index
- Map size 屬性
- Set size 屬性
- CSS background-sizeCSS
- Blob size 屬性
- oracle stream pool sizeOracle
- Mysql Key Buffer SizeMySql
- 1709 - Index column size too large. The maximum column size is 767 bytes.Index
- 為什麼說.gitignore不能忽視Git
- GitHub官方Unity的.gitignore忽略檔案GithubUnity
- tf.data.Dataset.shuffle(buffer_size)中buffer_size的理解
- [Err] 1709 - Index column size too large. The maximum column size is 767 bytes.Index
- #1118 - Row size too large. The maximum row size for the used table type, not counting BLOBs
- cat > file << EOF 與 cat > file << -