forked from Qortal/qortal
8dd4d71d75
- The "diff type" is now specified per file, allowing for different diff methods in each modified file. - Patches will only be created when both the before and after files are less than 100kiB in size. - Patches are validated after creation, and if invalid it will fall back to including the entire file. This has identified a bug where patching fails for files without trailing newline characters, which still needs to be fixed. Until then, it will fall back to including the entire file in these cases.
33 lines
442 B
Plaintext
33 lines
442 B
Plaintext
/db*
|
|
/lists/
|
|
/bin/
|
|
/target/
|
|
/qortal-backup/
|
|
/log.txt.*
|
|
/arbitrary*
|
|
/Qortal-BTC*
|
|
/.factorypath
|
|
/.settings*
|
|
/.classpath
|
|
/.project
|
|
/log4j2-test.properties
|
|
/.mvn.classpath
|
|
/notes*
|
|
/settings.json
|
|
/testnet*
|
|
/settings*.json
|
|
/testchain*.json
|
|
/run-testnet*.sh
|
|
/.idea
|
|
/qortal.iml
|
|
.DS_Store
|
|
/src/main/resources/resources
|
|
/*.jar
|
|
/run.pid
|
|
/run.log
|
|
/WindowsInstaller/Install Files/qortal.jar
|
|
/*.7z
|
|
/tmp
|
|
/data*
|
|
/src/test/resources/arbitrary/*/.qortal/cache
|