From c28efb3a81418b0fc57ebbe284398ac2994bce59 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Mon, 25 Apr 2022 22:53:51 +0200 Subject: Fix code style --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eaf841e --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# Please do not use this ignore file to define platform specific files. +# +# For these purposes create a global .gitignore file, which is a list of rules +# for ignoring files in every Git repository on your computer. +# +# https://help.github.com/articles/ignoring-files/#create-a-global-gitignore + +# Directories to ignore (do not add trailing '/'s, they skip symlinks). +/node_modules/ -- cgit v1.2.3