From c9fbdb681b77698bdf8a503cb9d13b6f0b53fd93 Mon Sep 17 00:00:00 2001 From: polwex Date: Sun, 22 Jun 2025 01:46:49 +0700 Subject: init --- sorsyl/.gitignore | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100755 sorsyl/.gitignore (limited to 'sorsyl/.gitignore') diff --git a/sorsyl/.gitignore b/sorsyl/.gitignore new file mode 100755 index 0000000..83eac39 --- /dev/null +++ b/sorsyl/.gitignore @@ -0,0 +1,73 @@ +### OS ### +.DS_Store + +### Node ### +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Dependency directories +node_modules/ + +# Optional npm cache directory +.npm + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variables file +.env + +*.annot +*.cmo +*.cma +*.cmi +*.a +*.o +*.cmx +*.cmxs +*.cmxa + +# dune working directory +_build/ + +# odoc (odoc-driver) html artifacts +_html/ + +# ocamlbuild targets +*.byte +*.native + +# Merlin configuring file for Vim and Emacs +.merlin + +# Dune generated files +*.install + +# Local OPAM switch +_opam/ + +# vscode +.vscode + +*.dump +_build +_opam +_esy +.bsb.lock +.merlin + +.direnv/ +demo/.running/* -- cgit v1.2.3