node_modules ignore

This commit is contained in:
2025-05-08 23:43:47 +02:00
parent e19d52f172
commit 4574544c9f
65041 changed files with 10593536 additions and 0 deletions

22
server/node_modules/shiki/samples/jssm.sample generated vendored Normal file
View File

@@ -0,0 +1,22 @@
machine_name : "BGP";
machine_reference : "http://www.inetdaemon.com/tutorials/internet/ip/routing/bgp/operation/finite_state_model.shtml";
machine_version : 1.0.0;
machine_author : "John Haugeland <stonecypher@gmail.com>";
machine_license : MIT;
jssm_version : >= 5.0.0;
Idle -> [Idle Connect];
Connect -> [Idle Connect OpenSent Active];
Active -> [Idle Connect OpenSent Active];
OpenSent -> [Idle Active OpenConfirm];
OpenConfirm -> [Idle OpenSent OpenConfirm Established];
Established -> [Idle Established];
# from https://github.com/StoneCypher/jssm/blob/main/src/machines/linguist/bgp.fsl