Browse Source

Initial commit

Dmitryi 1 year ago
commit
4964ce07ae
2 changed files with 40 additions and 0 deletions
  1. 38 0
      .gitignore
  2. 2 0
      README.md

+ 38 - 0
.gitignore

@@ -0,0 +1,38 @@
+# ---> Windows
+# Windows image file caches
+Thumbs.db
+ehthumbs.db
+
+# Folder config file
+Desktop.ini
+
+# Recycle Bin used on file shares
+$RECYCLE.BIN/
+
+# Windows Installer files
+*.cab
+*.msi
+*.msm
+*.msp
+
+# Windows shortcuts
+*.lnk
+
+# ---> GitBook
+# Node rules:
+## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
+.grunt
+
+## Dependency directory
+## Commenting this out is preferred by some people, see
+## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git
+node_modules
+
+# Book build output
+_book
+
+# eBook build output
+*.epub
+*.mobi
+*.pdf
+

+ 2 - 0
README.md

@@ -0,0 +1,2 @@
+# 000
+