You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	Clean up
This commit is contained in:
		| @@ -1,4 +0,0 @@ | ||||
| { | ||||
| 	"presets": ["env", "react"], | ||||
| 	"plugins": ["syntax-async-functions","transform-runtime"] | ||||
| } | ||||
| @@ -4,7 +4,6 @@ set -e | ||||
| SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" | ||||
| cd "$SCRIPT_DIR" | ||||
| npm version patch | ||||
| #$SCRIPT_DIR/update-package-md5.sh | ||||
| touch "$SCRIPT_DIR/app/main.js" | ||||
| bash $SCRIPT_DIR/build.sh | ||||
| cp "$SCRIPT_DIR/package.json" build/ | ||||
|   | ||||
| @@ -1,5 +0,0 @@ | ||||
| #!/bin/bash | ||||
|  | ||||
| ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" | ||||
| MD5="$(cat "$ROOT_DIR/package.json" | md5sum | cut -d' ' -f 1)" | ||||
| echo -n $MD5 > "$ROOT_DIR/package.json.md5" | ||||
| @@ -4,38 +4,41 @@ | ||||
| 		{ | ||||
| 			"file_exclude_patterns": | ||||
| 			[ | ||||
| 				"*.map", | ||||
| 				"CliClient/app/src", | ||||
| 				"CliClient/app/lib", | ||||
| 				"*.jar", | ||||
| 				"*.map", | ||||
| 				"*.po", | ||||
| 				"*.pot", | ||||
| 				"CliClient/app/lib", | ||||
| 				"CliClient/app/src", | ||||
| 				"locales/*.json", | ||||
| 				"log.txt", | ||||
| 				"package-lock.json", | ||||
| 				"ReactNativeClient/locales/*", | ||||
| 				"src/log.txt", | ||||
| 				"log.txt", | ||||
| 			], | ||||
| 			"folder_exclude_patterns": | ||||
| 			[ | ||||
| 				"CliClient/node_modules", | ||||
| 				"CliClient/build", | ||||
| 				"CliClient/tests-build", | ||||
| 				"CliClient/app/src", | ||||
| 				"_mydocs/mdtest/Pages/Countries", | ||||
| 				"_vieux", | ||||
| 				"CliClient/app/lib", | ||||
| 				"CliClient/tests/src", | ||||
| 				"CliClient/tests/fuzzing", | ||||
| 				"CliClient/app/src", | ||||
| 				"CliClient/build", | ||||
| 				"CliClient/node_modules", | ||||
| 				"CliClient/tests-build", | ||||
| 				"CliClient/tests/fuzzing -*", | ||||
| 				"ReactNativeClient/node_modules", | ||||
| 				"CliClient/tests/fuzzing", | ||||
| 				"CliClient/tests/src", | ||||
| 				"CliClient/tests/sync", | ||||
| 				"ElectronClient/build", | ||||
| 				"node_modules", | ||||
| 				"ReactNativeClient/android/.gradle", | ||||
| 				"ReactNativeClient/android/.idea", | ||||
| 				"ReactNativeClient/android/app/build", | ||||
| 				"ReactNativeClient/android/build", | ||||
| 				"ReactNativeClient/android/.idea", | ||||
| 				"ReactNativeClient/android/.gradle", | ||||
| 				"ReactNativeClient/android/local.properties", | ||||
| 				"ReactNativeClient/ios", | ||||
| 				"node_modules", | ||||
| 				"_vieux", | ||||
| 				"ReactNativeClient/node_modules", | ||||
| 				"tests/logs", | ||||
| 				"_mydocs/mdtest/Pages/Countries", | ||||
| 			], | ||||
| 			"path": "." | ||||
| 		}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user