diff options
Diffstat (limited to 'sorsyl/.gitignore')
-rwxr-xr-x | sorsyl/.gitignore | 73 |
1 files changed, 73 insertions, 0 deletions
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/* |